diff options
-rwxr-xr-x | project/templates/registration/activate.html | 2 |
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> |