fnp
/
edumed.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add new form (misja cybernautów)
[edumed.git]
/
edumed
/
templates
/
contact
/
sciezki-kopernika-test
/
form.html
diff --git
a/edumed/templates/contact/sciezki-kopernika-test/form.html
b/edumed/templates/contact/sciezki-kopernika-test/form.html
index
50b93d9
..
59433a2
100644
(file)
--- a/
edumed/templates/contact/sciezki-kopernika-test/form.html
+++ b/
edumed/templates/contact/sciezki-kopernika-test/form.html
@@
-1,5
+1,10
@@
{% extends "contact/form.html" %}
{% extends "contact/form.html" %}
+{% block body %}
+ {% include 'sciezki_logos.html' %}
+ {{ block.super }}
+{% endblock %}
+
{% block form %}
{{ form.as_p }}
<p><button>{{ form.submit_label }}</button></p>
{% block form %}
{{ form.as_p }}
<p><button>{{ form.submit_label }}</button></p>