some work on questions
[prawokultury.git] / questions / templates / questions / answered_mail.txt
1 {% load i18n %}{% language 'pl' %}{{ question.created_at }} zadałeś/zadałaś pytanie:
2
3 {{ question.question|safe }}
4
5
6 Odpowiedź:
7
8 {{ question.answer.raw|safe }}
9
10 {% if question.published %}
11 Pytanie wraz z odpowiedzią można znaleźć na stronie:
12 http://{{ site.domain }}{{ question.get_absolute_url }}
13 {% endif %}
14
15 Dziękujemy!
16
17 -- 
18 {{ site }}
19 {% endlanguage %}