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