X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/d0f0e1412cc42d366b234e798dfb68feed05d751..d555d988764995ea1f9f5ece46f453a66f09b334:/edumed/templates/contact/olimpiada/form.html?ds=sidebyside diff --git a/edumed/templates/contact/olimpiada/form.html b/edumed/templates/contact/olimpiada/form.html deleted file mode 100755 index c28925a..0000000 --- a/edumed/templates/contact/olimpiada/form.html +++ /dev/null @@ -1,93 +0,0 @@ -{% extends "base.html" %} -{% load chunks %} -{% load honeypot %} - -{% 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 %} - {% render_honeypot_field %} -

Dane Przewodniczącego i szkoły zgłaszającej Uczestników:

- - {{ form.as_table }} -
- - {% with formsets.commission as formset %} - -

Dane członków Komisji Szkolnej:

- - {{ formset.management_form }} - - - - {% for form in formset.forms %} - - {{ form.as_table }} -
- {% endfor %} - - - - - {% endwith %} - - - {% with formsets.student as formset %} -

Dane Uczestników:

- - {{ formset.management_form }} - - - - {% for form in formset.forms %} -

Uczestnik/Uczestniczka:

- - - {{ form.as_table }} -
- {% endfor %} - - - - - {% endwith %} - -

- -

-
- - -{% endblock %}