de00a47f911fc55bb7aa766e010bbe8a1a0efa49
[wolnelektury.git] / src / ajaxable / templates / ajaxable / form_on_page.html
1 {% extends "2022/base_simple.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 %}