aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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