Allow form with subforms to have a main title

This commit is contained in:
Roberto Rosario
2014-10-30 02:25:31 -04:00
parent 1abb4e6ece
commit 733f60daad

View File

@@ -21,6 +21,12 @@
{% endblock %}
{% block content %}
{% if title %}
<div class="content">
<h2 class="title">{{ title }}</h2>
</div>
{% endif %}
{% if form %}
<div class="generic_subform">
{% include "main/generic_form_subtemplate.html" %}