fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
61175d507648ad97cec98c1b647cbaae03bcb0d3
[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 %}