From dea70a8855cebe6d35eb8508ee150a79e87b8f45 Mon Sep 17 00:00:00 2001 From: Mike Crute Date: Fri, 28 Dec 2012 15:43:50 -0500 Subject: Users can submit talk proposals --- templates/proposals/proposal_form.html | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 templates/proposals/proposal_form.html (limited to 'templates/proposals/proposal_form.html') diff --git a/templates/proposals/proposal_form.html b/templates/proposals/proposal_form.html new file mode 100644 index 0000000..79f33bf --- /dev/null +++ b/templates/proposals/proposal_form.html @@ -0,0 +1,31 @@ +{% extends "base.html" %} + +{% block title %}CodeMash Sponsors{% endblock %} + +{% block content %} +

{% if edit_view %}Edit{% else %}Submit{% endif %} Proposal

+{% if object.approved %} +

Congratulations, your talk has been approved!

+ +
+ Scheduling Details +

+ + +

+

+ + +

+
+{% endif %} + +
+ {% csrf_token %} +
+ Talk Details + {{ form.as_p }} + +
+
+{% endblock %} -- cgit v1.2.3