08f713df5c83755e9cc313f5f1c0cda91f8019f2
[wolnelektury.git] / src / ajaxable / templates / ajaxable / form_on_page.html
1 {% extends request.EXPERIMENTS.layout.value|yesno:"2022/base_simple.html,base/base.html" %}
2 {% load i18n %}
3
4 {% block titleextra %}{{ title }}{% endblock %}
5
6 {% block body %}
7
8   <div class="white-box">
9
10   {% include ajax_template %}
11
12   {% if response_data.message %}
13     <p>{{ response_data.message }}</p>
14   {% endif %}
15
16   </div>
17
18 {% endblock %}