]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/auth/email_validation.html
Some more improvements on the notifications, and applied two patches contributed...
[osqa.git] / forum / skins / default / templates / auth / email_validation.html
index a4126a69895b4ebc6bead6ede4e247f2ed26beef..8a2d34fe1ece4c784f4f9c3fa0fb83693f40c38a 100644 (file)
@@ -1,20 +1,21 @@
-{% extends "email_base.html" %}\r
-{% load i18n %}\r
-{% load extra_tags %}\r
-\r
-{% block content %}\r
-    <p>{% trans "Greetings from the Q&A forum" %},</p>\r
-\r
-    <p>{% trans "To make use of the Forum, please follow the link below:" %}</p>\r
-\r
-    <a href="{% fullurl auth_validate_email user=user.id,code=validation_code %}">{% fullurl auth_validate_email user=user.id,code=validation_code %}</a>\r
-\r
-    <p>{% trans "Following the link above will help us verify your email address." %}</p>\r
-\r
-    <p>{% blocktrans %}If you beleive that this message was sent in mistake -\r
-    no further action is needed. Just ingore this email, we apologize\r
-    for any inconvenience{% endblocktrans %}</p>\r
-\r
-    <p>{% blocktrans %}Sincerely,<br />\r
-    Forum Administrator{% endblocktrans %}</p>\r
-{% endblock %}\r
+{% extends "email_base.html" %}
+{% load i18n %}
+{% load extra_tags %}
+{% load email_tags %}
+
+{% block content %}
+    <p>{% trans "Greetings from the Q&A forum" %},</p>
+
+    <p>{% trans "To make use of the Forum, please follow the link below:" %}</p>
+
+    <a href="{% fullurl auth_validate_email user=user.id,code=validation_code %}">{% fullurl auth_validate_email user=user.id,code=validation_code %}</a>
+
+    <p>{% trans "Following the link above will help us verify your email address." %}</p>
+
+    <p>{% 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 %}</p>
+
+    <p>{% blocktrans %}Sincerely,<br />
+    Forum Administrator{% endblocktrans %}</p>
+{% endblock %}