Move to src dir.
[edumed.git] / src / edumed / templates / contact / sciezki-kopernika-test / form.html
diff --git a/src/edumed/templates/contact/sciezki-kopernika-test/form.html b/src/edumed/templates/contact/sciezki-kopernika-test/form.html
new file mode 100644 (file)
index 0000000..59433a2
--- /dev/null
@@ -0,0 +1,11 @@
+{% 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>
+{% endblock %}