]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/notifications/base.html
merge jambazov -> trunk
[osqa.git] / forum / skins / default / templates / notifications / base.html
index d5d88dd2f4280712276b7eb277e3259d4d985450..ca1f5f64cf4a09704e4b8dbf62f9001fde812f10 100644 (file)
@@ -9,12 +9,13 @@
 {% enddeclare %}
 <html>
 <head>
+<base href="{{ settings.APP_URL }}">
 </head>
 <body style="margin:0;">
 <center>
 <table style="{{ table_style }}">
 <tbody><tr><td style="padding:20px;">
-<a href="{{ settings.APP_URL }}" style="border: 0;"><img src="{{ settings.APP_URL }}{{ settings.APP_LOGO }}" alt="{{settings.APP_TITLE}}" /></a>
+<a href="{{ settings.APP_URL }}" style="border: 0;"><img src="{{ settings.APP_URL }}{{ settings.APP_LOGO }}" alt="{{settings.APP_TITLE}}" border="0"/></a>
 <hr style="{{ hr_style }}" />
 {% if not exclude_greeting %}
 <p style="{{ p_style }}">{% trans "Hello" %} {{ recipient.username }},</p>
@@ -23,7 +24,7 @@
 <p style="{{ p_style }}">{% trans "Thanks" %},<br />{{settings.APP_SHORT_NAME}}</p>
 {% if not exclude_finetune %}
 <p style="{{ p_style }}">{% trans "P.S. You can always fine-tune which notifications you receive" %}
-<a href="{{ settings.APP_URL }}{% url user_subscriptions id=recipient.id %}" style="{{ a_style }}">{% trans "here" %}</a>.
+<a href="{{ settings.APP_URL }}{% url user_subscriptions id=recipient.id,slug=recipient.username|slugify %}" style="{{ a_style }}">{% trans "here" %}</a>.
 {% endif %}
 </p>
 <hr style="{{ hr_style }}" />
@@ -31,4 +32,4 @@
 </td></tr></tbody></table>
 </center>
 </body>
-</html>
\ No newline at end of file
+</html>