diff options
Diffstat (limited to 'src/django_pgpmailman/templates')
| -rw-r--r-- | src/django_pgpmailman/templates/django_pgpmailman/list/encryption_settings.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/django_pgpmailman/templates/django_pgpmailman/list/encryption_settings.html b/src/django_pgpmailman/templates/django_pgpmailman/list/encryption_settings.html index 4e54afc..37b03be 100644 --- a/src/django_pgpmailman/templates/django_pgpmailman/list/encryption_settings.html +++ b/src/django_pgpmailman/templates/django_pgpmailman/list/encryption_settings.html @@ -1,5 +1,6 @@ {% extends "django_pgpmailman/base.html" %} {% load i18n %} +{% load bootstrap_tags %} {% block head_title %} {% trans 'PGP List' %} - {{ block.super }} @@ -7,7 +8,8 @@ {% block content %} {% with mlist=pgp_list.mlist %} - {% include 'django_pgpmailman/list/nav.html' with nav_tab='encryption_settings' nav_title='Encryption settings'%} + {% include 'django_pgpmailman/list/nav.html' with nav_tab='encryption_settings' nav_title='Encryption settings' %} + {% bootstrap_form_horizontal form 3 8 'Save changes' %} {% endwith %} {% endblock content %} |
