aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/caf/templates
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-04-16 15:02:40 +0100
committerMatthew Lemon <lemon@matthewlemon.com>2020-04-16 15:02:40 +0100
commit7d13d652b741bee7390c39d6e27f4e6f9d909442 (patch)
tree781adeeb159a5418596db2b2bd199b2ec205204a /ctrack/caf/templates
parent82fa2dabf282971a81ee16858aa5513c51cb7d56 (diff)
removed CAFCreate form view and template - we're not doing that outside admin
Diffstat (limited to '')
-rw-r--r--ctrack/caf/templates/caf/caf_create.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/ctrack/caf/templates/caf/caf_create.html b/ctrack/caf/templates/caf/caf_create.html
deleted file mode 100644
index 822da83..0000000
--- a/ctrack/caf/templates/caf/caf_create.html
+++ /dev/null
@@ -1,14 +0,0 @@
-{% extends "base.html" %}
-{% load crispy_forms_tags %}
-{% crispy form form.helper %}
-
-
-{% block content %}
-<div class="container">
- <div class="row">
- <div class="col-lg-6">
- {% crispy form %}
- </div>
- </div>
-</div>
-{% endblock %}