aboutsummaryrefslogtreecommitdiff
path: root/src/django_pgpmailman/templates/django_pgpmailman/list/nav.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/django_pgpmailman/templates/django_pgpmailman/list/nav.html')
-rw-r--r--src/django_pgpmailman/templates/django_pgpmailman/list/nav.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/django_pgpmailman/templates/django_pgpmailman/list/nav.html b/src/django_pgpmailman/templates/django_pgpmailman/list/nav.html
index 2cf9483..2162e69 100644
--- a/src/django_pgpmailman/templates/django_pgpmailman/list/nav.html
+++ b/src/django_pgpmailman/templates/django_pgpmailman/list/nav.html
@@ -17,6 +17,10 @@
class="{% if nav_tab == 'signature_settings' %}active{% endif %}">
<a href="{% url 'pgp_list_signature_settings' mlist.list_id %}">{% trans 'Signature settings' %}</a>
</li>
+ <li role="presentation"
+ class="{% if nav_tab == 'misc_settings' %}active{% endif %}">
+ <a href="{% url 'pgp_list_misc_settings' mlist.list_id %}">{% trans 'Miscellaneous settings' %}</a>
+ </li>
</ul>
{% else %}