is_staff is needed as well ...

This commit is contained in:
Piotr Zalewa 2011-10-18 13:57:24 +02:00
Родитель 43c09f1c89
Коммит 0052e260fa
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,6 +1,6 @@
{% extends "_package_browser_addon.html" %}
{% block amo_info %}
{% if settings.UPLOADTOAMO or user.is_superuser %}
{% if settings.UPLOADTOAMO or user.is_staff or user.is_superuser %}
<div class='UI_AMO_Info'
data-revision_id="{{ item.latest_uploaded.pk }}"
data-uploaded="{% if item.amo_id and item.latest_uploaded and item.latest_uploaded.amo_status != -2 %}1{% endif %}"