diff --git a/subjects/templates/subjects/initial.html b/subjects/templates/subjects/initial.html
index 6c1e6c6..7ccf640 100644
--- a/subjects/templates/subjects/initial.html
+++ b/subjects/templates/subjects/initial.html
@@ -18,7 +18,6 @@
- {% if user.is_staff %}
@@ -31,7 +30,6 @@
{% for new in news %}
-
{{new.title}}
{% endfor %}
@@ -69,27 +67,6 @@
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