aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/caf/templates
diff options
context:
space:
mode:
authorMR Lemon <matt@matthewlemon>2020-04-19 17:17:51 +0100
committerMR Lemon <matt@matthewlemon>2020-04-19 17:17:51 +0100
commit9952f7a5fb3efc8abb657ab0cfaa7e898ec6606a (patch)
treec9e50aa97d6afa22f5ff2cad460697da3c5a897b /ctrack/caf/templates
parentcf8e93936d98faf824029dcc18a7df4b07cc8cdd (diff)
setting up the new ApplicableSystemCreateFromOrg form... partial
Diffstat (limited to 'ctrack/caf/templates')
-rw-r--r--ctrack/caf/templates/caf/applicable_system_create_from_org.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/ctrack/caf/templates/caf/applicable_system_create_from_org.html b/ctrack/caf/templates/caf/applicable_system_create_from_org.html
new file mode 100644
index 0000000..4c356e0
--- /dev/null
+++ b/ctrack/caf/templates/caf/applicable_system_create_from_org.html
@@ -0,0 +1,14 @@
+{% extends "base.html" %}
+
+{% load crispy_forms_tags %}
+
+{% block content %}
+ <div class="container">
+ <div class="row">
+ <div class="col-sm-6">
+ <p>Creating form for </p>
+ {% crispy form %}
+ </div>
+ </div>
+ </div>
+{% endblock content %}