X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/1a949f7c97dc2f34c135f5cdf088df2927d3d652..58f020d4fab8251103edb89bfc4cf5d5d389d1ad:/forum/skins/default/templates/auth/email_validation.html diff --git a/forum/skins/default/templates/auth/email_validation.html b/forum/skins/default/templates/auth/email_validation.html index a4126a6..8a2d34f 100644 --- a/forum/skins/default/templates/auth/email_validation.html +++ b/forum/skins/default/templates/auth/email_validation.html @@ -1,20 +1,21 @@ -{% extends "email_base.html" %} -{% load i18n %} -{% load extra_tags %} - -{% block content %} -

{% trans "Greetings from the Q&A forum" %},

- -

{% trans "To make use of the Forum, please follow the link below:" %}

- - {% fullurl auth_validate_email user=user.id,code=validation_code %} - -

{% trans "Following the link above will help us verify your email address." %}

- -

{% blocktrans %}If you beleive that this message was sent in mistake - - no further action is needed. Just ingore this email, we apologize - for any inconvenience{% endblocktrans %}

- -

{% blocktrans %}Sincerely,
- Forum Administrator{% endblocktrans %}

-{% endblock %} +{% extends "email_base.html" %} +{% load i18n %} +{% load extra_tags %} +{% load email_tags %} + +{% block content %} +

{% trans "Greetings from the Q&A forum" %},

+ +

{% trans "To make use of the Forum, please follow the link below:" %}

+ + {% fullurl auth_validate_email user=user.id,code=validation_code %} + +

{% trans "Following the link above will help us verify your email address." %}

+ +

{% blocktrans %}If you beleive that this message was sent in mistake - + no further action is needed. Just ingore this email, we apologize + for any inconvenience{% endblocktrans %}

+ +

{% blocktrans %}Sincerely,
+ Forum Administrator{% endblocktrans %}

+{% endblock %}