diff -r 8b34dc2c2f41 -r 51225e522007 src/hdalab/templates/registration/activate.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/hdalab/templates/registration/activate.html Tue Sep 23 15:51:35 2014 +0200 @@ -0,0 +1,13 @@ +{% extends "base.html" %} +{% load i18n %} + +{% block main_content %} +
+ {% if account %} +

{% trans "Account successfully activated" %}

+

{% trans "Log in" %}

+ {% else %} +

{% trans "Account activation failed" %}

+ {% endif %} +
+{% endblock %}