diff --git a/euscanwww/djeuscan/templates/euscan/package.html b/euscanwww/djeuscan/templates/euscan/package.html index c5af507..5b3fb81 100644 --- a/euscanwww/djeuscan/templates/euscan/package.html +++ b/euscanwww/djeuscan/templates/euscan/package.html @@ -24,7 +24,15 @@ {% endblock %} {% block content %} -

{{ package.category }}/{{ package.name }}

+

+ {{ package.category }}/{{ package.name }} + + {% if user.is_superuser %} + + {% endif %} +

{% if package.description %}
Description
@@ -129,4 +137,14 @@ {% endif %}
+ + + {% endblock %}