diff options
Diffstat (limited to 'website/templates/submit-cfw.html')
-rwxr-xr-x | website/templates/submit-cfw.html | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/website/templates/submit-cfw.html b/website/templates/submit-cfw.html index ef8607f..f5dbc77 100755 --- a/website/templates/submit-cfw.html +++ b/website/templates/submit-cfw.html @@ -77,15 +77,19 @@ </ul> <form action="" method=POST enctype="multipart/form-data"> - <div class="row1"> - {% for field in proposal_form %} +<!-- <div class="row1"> + --> {% for field in proposal_form %} <p>{{ field.label}} {% if field.field.required %} <span style="color:red;">*</span> {% endif %} {{ field }}</p> <a style="color:red; ">{{ field.errors }}</a> {% endfor %} - </div> + <!-- </div> --> {% csrf_token %} + {% if form.error %} + + Auch + {% endif %} <center><button class="button special" style="background:#D44727" type="submit">Submit</button></center> </section> |