summaryrefslogtreecommitdiff
path: root/arduino_blog/templates/submit-cfp.html
diff options
context:
space:
mode:
authorprashantsinalkar2020-02-27 17:12:00 +0530
committerprashantsinalkar2020-02-27 17:12:00 +0530
commitbb1f7457f90f51a531bca2dfc3527432898b0b09 (patch)
tree2aafd4e11c5b81c26031c2c85b6a65a691b397cc /arduino_blog/templates/submit-cfp.html
parent3fb61ed2b017bfcc2fe663e15d21ff924ee750a6 (diff)
downloadarduino_projects_website-bb1f7457f90f51a531bca2dfc3527432898b0b09.tar.gz
arduino_projects_website-bb1f7457f90f51a531bca2dfc3527432898b0b09.tar.bz2
arduino_projects_website-bb1f7457f90f51a531bca2dfc3527432898b0b09.zip
updated ui and fixed code
Diffstat (limited to 'arduino_blog/templates/submit-cfp.html')
-rw-r--r--arduino_blog/templates/submit-cfp.html10
1 files changed, 7 insertions, 3 deletions
diff --git a/arduino_blog/templates/submit-cfp.html b/arduino_blog/templates/submit-cfp.html
index 9d5c6f3..f30b465 100644
--- a/arduino_blog/templates/submit-cfp.html
+++ b/arduino_blog/templates/submit-cfp.html
@@ -12,6 +12,7 @@
</center>
<hr>
<div class="row">
+ <div class="col-sm-12">
<form action="" method=POST enctype="multipart/form-data">
<div class="form-group">
<label for="name_of_author">Name of the author
@@ -48,21 +49,24 @@
{% render_field proposal_form.attachment %}
</div>
<div class="form-inline">
- <div class="checkbox">
+ <div class="form-check">
{% render_field proposal_form.terms_and_conditions %}
- <label for="terms_and_conditions">I agree to the terms and conditions
+ <label for="terms_and_conditions"> &nbsp; I agree to the terms and conditions
<span style="color:red;">*</span>
</label>
</div>
</div>
+
{% csrf_token %}
<center>
<button id="subbtn" class="btn btn-info" type="submit" >Submit</button>
<a href="#" class="btn btn-info" role="button">Back</a>
</center>
- </form>
+ </form>
+ </div>
</div>
</div>
</section>
+ </br>
{% endblock %}