X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/72bc005db7e75e723b760e09557a40a859553045..557d45d07cacc25f2ceaeed9a6febdfa380bff6d:/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 new file mode 100644 index 0000000..59433a2 --- /dev/null +++ b/edumed/templates/contact/sciezki-kopernika-test/form.html @@ -0,0 +1,11 @@ +{% extends "contact/form.html" %} + +{% block body %} + {% include 'sciezki_logos.html' %} + {{ block.super }} +{% endblock %} + +{% block form %} + {{ form.as_p }} +
+{% endblock %}