2fc5ce0847892f3f278658a4e76aba1c825066bd
[prawokultury.git] / questions / templates / questions / question_detail.html
1 {% extends "base.html" %}
2 {% load url from future %}
3
4 {% block "titleextra" %}{{ question|linebreaksbr }} :: {% endblock %}
5 {% block "body" %}
6 <h1>{{ question|linebreaksbr }}</h1>
7
8 <div class="normal">
9 {{ question.answer }}
10
11 <p><a href="{% url 'questions' %}">Wróć do listy pytań.</a></p>
12
13 </div>
14 {% endblock %}