diff --git a/atlas/templates/atlas/condition_form.html b/atlas/templates/atlas/condition_form.html index 25a20517..70410b28 100755 --- a/atlas/templates/atlas/condition_form.html +++ b/atlas/templates/atlas/condition_form.html @@ -1,27 +1,25 @@ {% extends "atlas/base.html" %} - +{% load crispy_forms_tags %} + +{% block css %}{% endblock %} -{% block css %} -{% endblock %} {% block js %} - - {{form.media}} - - - - + {{ form.media }} {% endblock %} + {% block content %} -
Use this form to create or edit a condition.
Please check if it already exists before doing so!
+ + {% endblock %}