From 7e38fd922a8dd4742d09758cd1c94fb0302045d3 Mon Sep 17 00:00:00 2001 From: Parth Buch Date: Tue, 28 Aug 2012 17:03:37 +0530 Subject: Reboot for scipy 2012 --- .../templates/registration/registration_form.html | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100755 project/templates/registration/registration_form.html (limited to 'project/templates/registration/registration_form.html') diff --git a/project/templates/registration/registration_form.html b/project/templates/registration/registration_form.html new file mode 100755 index 0000000..6cef77d --- /dev/null +++ b/project/templates/registration/registration_form.html @@ -0,0 +1,33 @@ +{% extends "base.html" %} + +{% load i18n %} + +{% block content %} +
+

{% trans "Register" %}

+ +{% endblock %} -- cgit