diff options
author | prashantsinalkar | 2020-02-27 17:12:00 +0530 |
---|---|---|
committer | prashantsinalkar | 2020-02-27 17:12:00 +0530 |
commit | bb1f7457f90f51a531bca2dfc3527432898b0b09 (patch) | |
tree | 2aafd4e11c5b81c26031c2c85b6a65a691b397cc /arduino_blog/templates/submit-cfp.html | |
parent | 3fb61ed2b017bfcc2fe663e15d21ff924ee750a6 (diff) | |
download | arduino_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.html | 10 |
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"> 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 %} |