]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/notifications/newquestion.html
AMore rss feed improvements.
[osqa.git] / forum / skins / default / templates / notifications / newquestion.html
index e408950cc6d78294d96855678fc785dc11dcb142..746b6b41d89fe5a1c9b66edd75ededc61d77235e 100644 (file)
@@ -8,18 +8,15 @@
     question_title = question.title
     question_tags = question.tagnames
     safe_body = html.html2text(question.html)
+    author_link = html.objlink(question.author, style=settings.EMAIL_ANCHOR_STYLE)
+    question_link = html.objlink(question, style=settings.EMAIL_ANCHOR_STYLE)
+    tag_links = html.mark_safe(" ".join([html.objlink(t, style=settings.EMAIL_ANCHOR_STYLE) for t in question.tags.all()]))
 {% enddeclare %}
 
 {% email %}
     {% subject %}{% blocktrans %}{{ prefix }} New question on {{ app_name }}{% endblocktrans %}{% endsubject %}
 
     {% htmlcontent notifications/base.html %}
-        {% declare %}
-            author_link = html.objlink(question.author, style=a_style)
-            question_link = html.objlink(question, style=a_style)
-            tag_links = html.mark_safe(" ".join([html.objlink(t, style=a_style) for t in question.tags.all()]))
-        {% enddeclare %}
-
         <p style="{{ p_style }}">
             {% blocktrans %}
             {{ author_link }} has just posted a new question on {{ app_name }}, entitled