summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMadhusudan.C.S2009-11-11 15:56:21 +0530
committerMadhusudan.C.S2009-11-11 15:56:21 +0530
commitcbd48485d03e8541267681bd6cb87a2aa684e0bf (patch)
tree3089666718b50e3491a5afb3b044e807ce5e422a
parent3e7a8f1766f637b667d12f645ec47c0540297ca6 (diff)
downloadscipycon-cbd48485d03e8541267681bd6cb87a2aa684e0bf.tar.gz
scipycon-cbd48485d03e8541267681bd6cb87a2aa684e0bf.tar.bz2
scipycon-cbd48485d03e8541267681bd6cb87a2aa684e0bf.zip
Added i18 loader in one of the registration templates.
-rwxr-xr-xproject/templates/registration/activate.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/project/templates/registration/activate.html b/project/templates/registration/activate.html
index 6003cc7..3035a4f 100755
--- a/project/templates/registration/activate.html
+++ b/project/templates/registration/activate.html
@@ -1,5 +1,7 @@
{% extends "base.html" %}
+{% load i18n %}
+
{% block content %}
<div class="post">
<div class="title"><h2>{% trans "Register" %}</h2></div>