diff -r 3cb3f853a193 -r bb1f31e9c3ab project/templates/registration/registration_complete.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/project/templates/registration/registration_complete.html Wed Nov 11 15:52:26 2009 +0530 @@ -0,0 +1,31 @@ +{% extends "base.html" %} + +{% load i18n %} + +{% block content %} +
+

{% trans "Register" %}

+ +{% endblock %}