diff --git a/templates/standardUI/adminPanelComments.html b/templates/standardUI/adminPanelComments.html index dfe44270..469b7afd 100644 --- a/templates/standardUI/adminPanelComments.html +++ b/templates/standardUI/adminPanelComments.html @@ -45,19 +45,6 @@

{% endfor %} {% if request.path == "/admin/comments" %} - - + > {% endif %} {% endblock body %} diff --git a/templates/standardUI/adminPanelUsers.html b/templates/standardUI/adminPanelUsers.html index d519cc01..6f7d4d1d 100644 --- a/templates/standardUI/adminPanelUsers.html +++ b/templates/standardUI/adminPanelUsers.html @@ -57,19 +57,6 @@

Users

{% endfor %} - - + > {% endblock body %} diff --git a/templates/standardUI/dashboard.html b/templates/standardUI/dashboard.html index 6a85f630..eabe468b 100644 --- a/templates/standardUI/dashboard.html +++ b/templates/standardUI/dashboard.html @@ -72,19 +72,6 @@

Comments

{% endfor %} {% endif %} {% if request.path == "/admin/posts" %} - - + > {% endif %} {% endblock body %}