And now the same for generic forms

This commit is contained in:
2020-10-09 01:21:13 +01:00
parent 5af075946a
commit 565e757758
20 changed files with 176 additions and 432 deletions

View File

@@ -70,7 +70,9 @@
{% endfor %}
{% endif %}
{% endblock %}
{% if page_title and not request.is_ajax %}<h2>{{page_title}}</h2>{% endif %}
{% if page_title and not request.is_ajax %}
<h2>{{page_title}}</h2>
{% endif %}
{% block content %}{% endblock %}
</div>