diff options
author | Sashi20 | 2020-03-02 15:49:55 +0530 |
---|---|---|
committer | Sashi20 | 2020-03-02 15:49:55 +0530 |
commit | 204f6ff6518a8aec1b4d374104616caa41713e8a (patch) | |
tree | 37a17342e5764293454ae0e6e768e30f91c54f39 /arduino_blog/templates | |
parent | aa26e64d6092f0e4b25fb6ac74c9dcde649fb951 (diff) | |
download | arduino_projects_website-204f6ff6518a8aec1b4d374104616caa41713e8a.tar.gz arduino_projects_website-204f6ff6518a8aec1b4d374104616caa41713e8a.tar.bz2 arduino_projects_website-204f6ff6518a8aec1b4d374104616caa41713e8a.zip |
Remove attachments field from proposal form
Diffstat (limited to 'arduino_blog/templates')
-rw-r--r-- | arduino_blog/templates/submit-cfp.html | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/arduino_blog/templates/submit-cfp.html b/arduino_blog/templates/submit-cfp.html index 988bc60..6e20b5c 100644 --- a/arduino_blog/templates/submit-cfp.html +++ b/arduino_blog/templates/submit-cfp.html @@ -43,12 +43,9 @@ <div id="charNum"></div> </label> </div> + <div class="form-group"> - <label for="attachment">Attachments:</label> - {% render_field proposal_form.attachment %} - </div> - <div class="form-group"> - <label for="abstract">Expected completion date (Aprox. 1 month) + <label for="abstract">Expected completion date (Approx. 1 month) <span style="color:red;">*</span>: </label> |