summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/client_details.html
diff options
context:
space:
mode:
authorRoberto Hueso Gómez <rhueso@soleta.eu>2020-10-27 11:15:19 +0100
committerRoberto Hueso Gómez <rhueso@soleta.eu>2020-10-27 11:15:19 +0100
commit282984d0ac17236bee19375607fa9a413d0b4057 (patch)
tree125aee8cada314333bde2b0694c62802f5d4bffe /ogcp/templates/actions/client_details.html
parent8fa8ca3f42d66e0c38b1d49e3baabf767103ae8b (diff)
Add templates for clients, hardware, restore, session and setup
These templates were not added in previous commits.
Diffstat (limited to 'ogcp/templates/actions/client_details.html')
-rw-r--r--ogcp/templates/actions/client_details.html10
1 files changed, 10 insertions, 0 deletions
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 %}