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/session.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ogcp/templates/actions/session.html (limited to 'ogcp/templates/actions/session.html') diff --git a/ogcp/templates/actions/session.html b/ogcp/templates/actions/session.html new file mode 100644 index 0000000..3023a57 --- /dev/null +++ b/ogcp/templates/actions/session.html @@ -0,0 +1,11 @@ +{% extends 'base.html' %} +{% import "bootstrap/wtf.html" as wtf %} + +{% block content %} + +{{ wtf.quick_form(form, + action=url_for('action_session'), + method='post', + button_map={'run': 'primary'}) }} + +{% endblock %} -- cgit v1.2.3-18-g5258