# HG changeset patch # User Madhusudan.C.S # Date 1257935181 -19800 # Node ID ad091ba956539f6b4821c08433acd9d7cb3bf7b4 # Parent bb1f31e9c3ab95104d36ca7f407e8c08f7cca677 Added i18 loader in one of the registration templates. diff -r bb1f31e9c3ab -r ad091ba95653 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 %}

{% trans "Register" %}