fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix
[wolnelektury.git]
/
src
/
ajaxable
/
templates
/
ajaxable
/
form_on_page.html
diff --git
a/src/ajaxable/templates/ajaxable/form_on_page.html
b/src/ajaxable/templates/ajaxable/form_on_page.html
old mode 100755
(executable)
new mode 100644
(file)
index
8e49523
..
e5c27a8
--- a/
src/ajaxable/templates/ajaxable/form_on_page.html
+++ b/
src/ajaxable/templates/ajaxable/form_on_page.html
@@
-1,18
+1,18
@@
-{% extends "base.html" %}
+{% extends "base
/base
.html" %}
{% load i18n %}
{% block titleextra %}{{ title }}{% endblock %}
{% block body %}
{% load i18n %}
{% block titleextra %}{{ title }}{% endblock %}
{% block body %}
-
<div class="white-box">
+ <div class="white-box">
-
{% include ajax_template %}
+ {% include ajax_template %}
-
{% if response_data.message %}
-
<p>{{ response_data.message }}</p>
-
{% endif %}
+ {% if response_data.message %}
+ <p>{{ response_data.message }}</p>
+ {% endif %}
-
</div>
+ </div>
{% endblock %}
{% endblock %}