src/hdalab/templates/registration/activation_complete.html
changeset 335 51225e522007
child 384 83adb3fd0efd
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/hdalab/templates/registration/activation_complete.html	Tue Sep 23 15:51:35 2014 +0200
@@ -0,0 +1,10 @@
+{% extends "base.html" %}
+{% load i18n %}
+
+{% block main_content %}
+<div class="register">
+    <p>{% trans "Your account is now activated." %}</p>
+    <p>&nbsp;</p>
+    <p><a href="{% url 'login' %}">{% trans "Log in" %}</a></p>
+</div>
+{% endblock %}