summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/client_details.html
diff options
context:
space:
mode:
Diffstat (limited to 'ogcp/templates/actions/client_details.html')
-rw-r--r--ogcp/templates/actions/client_details.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/ogcp/templates/actions/client_details.html b/ogcp/templates/actions/client_details.html
index 3ef13a6..39963bd 100644
--- a/ogcp/templates/actions/client_details.html
+++ b/ogcp/templates/actions/client_details.html
@@ -3,8 +3,11 @@
{% block content %}
+<h1 class="m-5">{{_('Client details')}}</h1>
+
{{ wtf.quick_form(form,
method='post',
- button_map={'create': 'primary'}) }}
+ button_map={'create': 'primary'},
+ extra_classes="mx-5") }}
{% endblock %}