X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/42c42960c2dce4500f12dd14a68a10ed4f06abf5..4b2479a67217baa238beb0b407a63ff1025b09f1:/edumed/templates/contact/wtem/form.html?ds=inline

diff --git a/edumed/templates/contact/wtem/form.html b/edumed/templates/contact/wtem/form.html
index ca3b930..e340633 100755
--- a/edumed/templates/contact/wtem/form.html
+++ b/edumed/templates/contact/wtem/form.html
@@ -27,6 +27,9 @@
 
     {% for formset in formsets %}
 
+        <h3>Dane Uczestników i Uczestniczek:</h3>
+	<p>Można zgłosić 3 do 5 osób.</p>
+
         {{ formset.management_form }}
 
         <ul class="errorlist">
@@ -36,13 +39,14 @@
         </ul>
 
         {% for form in formset.forms %}
-            <h3>Dane Uczestnika/Uczestniczki:</h3>
+            <h4>Uczestnik lub Uczestniczka nr {{ forloop.counter }}:</h4>
 
             <table>
                 {{ form.as_table }}
             </table>
         {% endfor %}
 
+{% comment %}
         <div id="formstub-{{ formset.prefix }}" style="display:none">
             <h3>Dane Uczestnika/Uczestniczki:</h3>
             <table>
@@ -51,6 +55,7 @@
         </div>
 
         <input type="button" value="+ Dodaj kolejną osobę" class="add_more" data-selector="#formstub-{{formset.prefix}}" data-prefix="{{formset.prefix}}">
+{% endcomment %}
         <script>
 
         </script>