diff --git a/rigForms/templates/rigForms/form_form.html b/rigForms/templates/rigForms/form_form.html index 138f2a8c..01a5ddea 100644 --- a/rigForms/templates/rigForms/form_form.html +++ b/rigForms/templates/rigForms/form_form.html @@ -1,25 +1,40 @@ -{% extends request.is_ajax|yesno:"base_ajax.html,base.html" %} +{% extends "base.html" %} {% load widget_tweaks %} {% load static %} - -{% block title %}An event checklist{% endblock %} +{% block title %}"{{object.schema.schema_type.name}}" for "N{{object.event.pk|stringformat:"05d"}} | {{object.event.name}}"{% endblock %} {% block content %}

"{{object.schema.schema_type.name}}" for "N{{object.event.pk|stringformat:"05d"}} | {{object.event.name}}"

- - -
+
- {% include 'form_errors.html' %} -
+
+ Other forms for N{{object.event.pk|stringformat:"05d"}} + +
+ {% if not edit %} + + + {% endif %} + {% if edit %} + + {% endif %} + +
+
+
+ + + {% include 'form_errors.html' %} +
{% if edit %} - +
+ +
{% endif %}
{% endblock %} -{% if request.is_ajax %} - {% block footer %} - An AJAX request footer - {% endblock %} -{% endif %} - - {% block js %} @@ -52,8 +62,6 @@ - -