]> git.openstreetmap.org Git - osqa.git/commitdiff
Show the name of the user on the accepted answer notification.
authorhernani <hernani@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Tue, 11 May 2010 12:10:49 +0000 (12:10 +0000)
committerhernani <hernani@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Tue, 11 May 2010 12:10:49 +0000 (12:10 +0000)
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@217 0cfe37f9-358a-4d5e-be75-b63607b5c754

forum/skins/default/templates/notifications/answeraccepted.html

index 60fb7e660ec27a5cd6c28d803c98c80be7eb7bfc..504970bece0379120704f8a19db7c0a787e40e83 100644 (file)
@@ -6,7 +6,7 @@
     <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
+        {% 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
         <a href="{{ app_url }}{{ question_url }}">{{ question_title }}</a>:\r
         {% endblocktrans %}\r