diff --git a/atlas/templates/atlas/condition_form.html b/atlas/templates/atlas/condition_form.html new file mode 100755 index 00000000..ca5f0677 --- /dev/null +++ b/atlas/templates/atlas/condition_form.html @@ -0,0 +1,26 @@ +{% extends "atlas/base.html" %} + + +{% block css %} +{% endblock %} +{% block js %} + +{{form.media}} + + + + +{% endblock %} +{% block content %} +

Add/Edit Condition

+Use this form to create or edit a condition. +
+ {% csrf_token %} + + + {{ form.as_table }} +
+ +
+{% endblock %} \ No newline at end of file