fnp
/
edumed.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
59433a2a472ff8baaf6abc8dd49a8fc725c301bf
[edumed.git]
/
edumed
/
templates
/
contact
/
sciezki-kopernika-test
/
form.html
1
{% extends "contact/form.html" %}
2
3
{% block body %}
4
{% include 'sciezki_logos.html' %}
5
{{ block.super }}
6
{% endblock %}
7
8
{% block form %}
9
{{ form.as_p }}
10
<p><button>{{ form.submit_label }}</button></p>
11
{% endblock %}