]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/notifications/answeraccepted.html
Improvements on full text search.
[osqa.git] / forum / skins / default / templates / notifications / answeraccepted.html
index 504970bece0379120704f8a19db7c0a787e40e83..bdbf79a7012ea46d9712fa563e99df2b6dfe2893 100644 (file)
@@ -3,11 +3,17 @@
 {% load extra_tags %}\r
 \r
 {% block content %}\r
+    {% var accepted_by = answer.accepted.by.username %}\r
+    {% var answer_author = answer.author.username %}\r
+    {% var app_url = settings.APP_URL %}\r
+    {% var question_url = question.get_absolute_url %}\r
+    {% var question_title = question.title %}\r
+\r
     <p>{% trans "Hello" %} {% user_var username %},</p>\r
 \r
     <p>\r
-        {% blocktrans with answer.accepted.by.username as accepter and answer.author.username as answer_author and settings.APP_SHORT_NAME as app_title and settings.APP_URL as app_url and question.get_absolute_url as question_url and question.title as question_title %}\r
-        Just to let you know that {{ accepter }} has just accepted {{ answer_author }}'s answer on his question\r
+        {% blocktrans %}\r
+        Just to let you know that {{ accepted_by }} has just accepted {{ answer_author }}'s answer on his question\r
         <a href="{{ app_url }}{{ question_url }}">{{ question_title }}</a>:\r
         {% endblocktrans %}\r
     </p>\r