Django 1.8 and other updates.
[wolnelektury.git] / apps / ajaxable / templates / ajaxable / form_on_page.html
1 {% extends "base.html" %}
2 {% load i18n %}
3
4 {% block titleextra %}{{ title }}{% endblock %}
5
6 {% block body %}
7
8     {% include ajax_template %}
9
10     {% if response_data.message %}
11         <p>{{ response_data.message }}</p>
12     {% endif %}
13
14 {% endblock %}