diff -r a1ee9f6c19e5 -r 04255afd160e src/hdalab/templates/registration/activation_email.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/hdalab/templates/registration/activation_email.html Mon Oct 26 19:20:54 2015 +0100 @@ -0,0 +1,42 @@ + +{% load i18n %} +{% load url from future %} + + + + +
++{% trans "Hello" %} +
++{% blocktrans with sitename=site.name username=user.username %} +You have created an account at {{ sitename }} with the user name {{ username }}. +{% endblocktrans %} +
++{% trans "Activate account at" %} {{ site.name }}: +
+ ++ + {{site.domain}}{% url 'registration_activate' activation_key %} + +
++{% blocktrans %}Link is valid for {{ expiration_days }} days.{% endblocktrans %} +
++{% blocktrans with sitename=site.name %} +Regards, + +The {{ sitename }} team. +{% endblocktrans %} +
+ +