X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/81924fe71a34d654c68fe238ec4d43ca26ca0882..5fd8cacf1c73a8670d45406b7214a59eedaff07f:/edumed/templates/contact/wtem/form.html diff --git a/edumed/templates/contact/wtem/form.html b/edumed/templates/contact/wtem/form.html new file mode 100755 index 0000000..ca3b930 --- /dev/null +++ b/edumed/templates/contact/wtem/form.html @@ -0,0 +1,66 @@ +{% extends "base.html" %} +{% load chunks %} + +{% block title %}{{ form.form_title }}{% endblock %} + +{% block body %} + + + + + + +

{% block contact_form_title %}{{ form.form_title }}{% endblock %}

+ +
+ {% block contact_form_description %} + {% chunk "contact_form__"|add:form.form_tag %} + {% endblock %} +
+ +
+ {% csrf_token %} +

Dane Opiekuna/Opiekunki i instytucji zgłaszającej Uczestnika:

+ + {{ form.as_table }} +
+ + {% for formset in formsets %} + + {{ formset.management_form }} + + + + {% for form in formset.forms %} +

Dane Uczestnika/Uczestniczki:

+ + + {{ form.as_table }} +
+ {% endfor %} + + + + + + + {% endfor %} + +

+ +

+
+ + +{% endblock %}