Просмотр исходного кода

fix #687: thread url in new response notification

Rafał Pitoń 8 лет назад
Родитель
Сommit
95705d88be
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      misago/templates/misago/emails/thread/reply.html

+ 1 - 1
misago/templates/misago/emails/thread/reply.html

@@ -4,7 +4,7 @@
 
 {% block content %}
 {% capture trimmed as thread_link %}
-  <a href="{{ thread.get_absolute_url }}">{{ thread }}</a>
+  <a href="{{ SITE_ADDRESS }}{{ thread.get_absolute_url }}">{{ thread }}</a>
 {% endcapture %}
 {% blocktrans trimmed with user=recipient poster=user thread=thread_link|safe %}
 {{ user }}, you are receiving this message because {{ poster }} has replied to the thread {{ thread }} that you are subscribed to.