aboutsummaryrefslogtreecommitdiff
path: root/src/django_pgpmailman/templates
diff options
context:
space:
mode:
authorJ08nY2017-08-15 17:41:13 +0200
committerJ08nY2017-08-15 17:41:13 +0200
commit70cf9c14f3fd756bd40e848919d253d3e9b8fc44 (patch)
tree16e3a5ae8fea47e7851ffd1ddb499afa5dcf3daf /src/django_pgpmailman/templates
parentba165c597fb7d7407eea609eeaff115c99645c6d (diff)
downloaddjango-pgpmailman-70cf9c14f3fd756bd40e848919d253d3e9b8fc44.tar.gz
django-pgpmailman-70cf9c14f3fd756bd40e848919d253d3e9b8fc44.tar.zst
django-pgpmailman-70cf9c14f3fd756bd40e848919d253d3e9b8fc44.zip
Diffstat (limited to 'src/django_pgpmailman/templates')
-rw-r--r--src/django_pgpmailman/templates/django_pgpmailman/list/encryption_settings.html4
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 %}