templates: activation complete

This commit is contained in:
Frédéric Péters 2014-01-21 20:51:08 +01:00
parent 8e813cfa6f
commit 344d02cb20
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
{% extends "registration/base.html" %}
{% load i18n %}
{% block content %}
<p>
{% trans "Your account is now activated" %}
</p>
<p><a href="/">{% trans "Back" %}<a/></p>
{% endblock %}