diff -r 9a77edda77b7 -r fda1c66b25f9 project/templates/talk/submit-talk.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/project/templates/talk/submit-talk.html Fri Oct 30 15:09:12 2009 +0530 @@ -0,0 +1,63 @@ +{% extends "base.html" %} + +{% block title %}Submit Talk Proposal{% endblock %} + +{% block content %} +

Submit Talk Proposal

+ +{% include '_errors.html' %} + +
+ {% if not user.is_authenticated %} +
+ Are you a member of this site? + + {{ login_form }} +
+ + + + +
+ +
+
+
+
+ Speaker Registration + + {{ register_form }} +
+ + +
+ {% endif %} +
+
+ Talk Submission + + {{ talk_form }} +
+ + +
+
+ {% if message %} + + {% endif %} +{% endblock content %}