From 1fb3d381e832d5c5871c6cb2fd8b2c1ae3dbd029 Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Thu, 20 Feb 2020 12:58:59 +0530 Subject: Add user registration, login and abstract submission interfaces --- arduino_blog/templates/submit-cfp.html | 68 ++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 arduino_blog/templates/submit-cfp.html (limited to 'arduino_blog/templates/submit-cfp.html') diff --git a/arduino_blog/templates/submit-cfp.html b/arduino_blog/templates/submit-cfp.html new file mode 100644 index 0000000..9d5c6f3 --- /dev/null +++ b/arduino_blog/templates/submit-cfp.html @@ -0,0 +1,68 @@ +{% extends "base.html" %} + +{% load widget_tweaks %} +{% load static %} +{% block content %} + +
+
+
+
+

Submit Proposal

+
+
+
+
+
+ + + +
+
+ + {% render_field proposal_form.about_the_author %} +
+
+ + {% render_field proposal_form.title_of_the_project %} +
+
+ + {% render_field proposal_form.abstract %} + +
+
+ + {% render_field proposal_form.attachment %} +
+
+
+ {% render_field proposal_form.terms_and_conditions %} + + +
+
+ {% csrf_token %} +
+ + Back +
+
+
+
+
+{% endblock %} -- cgit From bb1f7457f90f51a531bca2dfc3527432898b0b09 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Thu, 27 Feb 2020 17:12:00 +0530 Subject: updated ui and fixed code --- arduino_blog/templates/submit-cfp.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'arduino_blog/templates/submit-cfp.html') 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 @@
+
-
+
{% render_field proposal_form.terms_and_conditions %} -
+ {% csrf_token %}
Back
- + +
+
{% endblock %} -- cgit