diff --git a/subjects/templates/subjects/initial.html b/subjects/templates/subjects/initial.html
index 076e08d..162a02a 100644
--- a/subjects/templates/subjects/initial.html
+++ b/subjects/templates/subjects/initial.html
@@ -15,7 +15,11 @@
{% endif %}
-
+
+
+
+ {% if user.is_staff %}
+
@@ -24,31 +28,29 @@
-
-
+
-
{% trans "Most popular keywords" %}
-
-
-
- {% for tag in tags %}
- {% if tag.1 == 0 %}
- - {{tag.0}}
- {% elif tag.1 == 1 %}
- - {{tag.0}}
- {% else %}
- - {{tag.0}}
- {% endif %}
+ {% trans "Most popular keywords" %}
+
+
+
+ {% for tag in tags %}
+ {% if tag.1 == 0 %}
+ - {{tag.0}}
+ {% elif tag.1 == 1 %}
+ - {{tag.0}}
+ {% else %}
+ - {{tag.0}}
+ {% endif %}
-
- {% endfor %}
-
-
-
+
+ {% endfor %}
+
+
+
-
-
+
@@ -60,6 +62,31 @@
Next
+ {% else %}
+
+
{% trans "Most popular keywords" %}
+
+
+
+ {% for tag in tags %}
+ {% if tag.1 == 0 %}
+ - {{tag.0}}
+ {% elif tag.1 == 1 %}
+ - {{tag.0}}
+ {% else %}
+ - {{tag.0}}
+ {% endif %}
+
+
+ {% endfor %}
+
+
+
+ {% endif %}
+
+
+
+
--
libgit2 0.21.2