ask-a-lawyer stuff
[prawokultury.git] / questions / templates / questions / answered_mail.html
1 {% load i18n %}{% language 'pl' %}
2 <p>{{ question.created_at }} zadałeś/zadałaś pytanie:</p>
3
4 <blockquote>{{ question.question }}</blockquote>
5
6 <p>Odpowiedź:</p>
7
8 <blockquote>{{ question.answer }}</blockquote>
9
10 {% if question.published %}
11 <p>Pytanie wraz z odpowiedzią można znaleźć na stronie:
12 <a href="http://{{ site.domain }}{{ question.get_absolute_url }}">http://{{ site.domain }}{{ question.get_absolute_url }}</a>
13 </p>
14 {% endif %}
15
16 <p>Dziękujemy!</p>
17
18 <p>-- 
19 <br>{{ site }}
20 <br>{% endlanguage %}
21 </p>