Added i18 loader in one of the registration templates.
authorMadhusudan.C.S <madhusudancs@gmail.com>
Wed, 11 Nov 2009 15:56:21 +0530
changeset 25 ad091ba95653
parent 24 bb1f31e9c3ab
child 26 e3e4bcbc7c19
Added i18 loader in one of the registration templates.
project/templates/registration/activate.html
--- a/project/templates/registration/activate.html	Wed Nov 11 15:52:26 2009 +0530
+++ b/project/templates/registration/activate.html	Wed Nov 11 15:56:21 2009 +0530
@@ -1,5 +1,7 @@
 {% extends "base.html" %}
 
+{% load i18n %}
+
 {% block content %}
   <div class="post">
     <div class="title"><h2>{% trans "Register" %}</h2></div>