fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Cut the unnecessary middle base template.
[wolnelektury.git]
/
src
/
ajaxable
/
templates
/
ajaxable
/
form_on_page.html
1
{% extends "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 %}