From 282984d0ac17236bee19375607fa9a413d0b4057 Mon Sep 17 00:00:00 2001 From: Roberto Hueso Gómez Date: Tue, 27 Oct 2020 11:15:19 +0100 Subject: Add templates for clients, hardware, restore, session and setup These templates were not added in previous commits. --- ogcp/templates/actions/client_details.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ogcp/templates/actions/client_details.html (limited to 'ogcp/templates/actions/client_details.html') diff --git a/ogcp/templates/actions/client_details.html b/ogcp/templates/actions/client_details.html new file mode 100644 index 0000000..3ef13a6 --- /dev/null +++ b/ogcp/templates/actions/client_details.html @@ -0,0 +1,10 @@ +{% extends 'base.html' %} +{% import "bootstrap/wtf.html" as wtf %} + +{% block content %} + +{{ wtf.quick_form(form, + method='post', + button_map={'create': 'primary'}) }} + +{% endblock %} -- cgit v1.2.3-18-g5258