summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ08nY2017-08-22 15:49:17 +0200
committerJ08nY2017-08-22 15:49:17 +0200
commit60ef84d78697c6d182a741d5de230f4263aa0811 (patch)
treee1b1e78ef23b808ad66b847e13f52bf9dee73e1d
parentab7ba34a0705f4ad0f9108e0aff7b93361841975 (diff)
downloaddjango-pgpmailman-60ef84d78697c6d182a741d5de230f4263aa0811.tar.gz
django-pgpmailman-60ef84d78697c6d182a741d5de230f4263aa0811.tar.zst
django-pgpmailman-60ef84d78697c6d182a741d5de230f4263aa0811.zip
-rw-r--r--src/django_pgpmailman/templates/django_pgpmailman/chunks/navbar.html24
1 files changed, 13 insertions, 11 deletions
diff --git a/src/django_pgpmailman/templates/django_pgpmailman/chunks/navbar.html b/src/django_pgpmailman/templates/django_pgpmailman/chunks/navbar.html
index 9b21449..171d1d8 100644
--- a/src/django_pgpmailman/templates/django_pgpmailman/chunks/navbar.html
+++ b/src/django_pgpmailman/templates/django_pgpmailman/chunks/navbar.html
@@ -1,12 +1,14 @@
{% load i18n %}
-{% if mlist %}
- <a href="{% url 'pgp_list_summary' list_id=mlist.list_id %}">
- <span class="fa fa-cog"></span>
- {% trans 'Manage PGP' %}
- </a>
-{% else %}
- <a href="{% url 'pgp_list_index' %}">
- <span class="fa fa-cog"></span>
- {% trans 'Manage PGP lists' %}
- </a>
-{% endif %} \ No newline at end of file
+<li>
+ {% if mlist %}
+ <a href="{% url 'pgp_list_summary' list_id=mlist.list_id %}">
+ <span class="fa fa-cog"></span>
+ {% trans 'Manage PGP' %}
+ </a>
+ {% else %}
+ <a href="{% url 'pgp_list_index' %}">
+ <span class="fa fa-cog"></span>
+ {% trans 'Manage PGP lists' %}
+ </a>
+ {% endif %}
+</li> \ No newline at end of file