fnp
/
prawokultury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
be19018ecfafa5f21351fd73ca72c48680fb5ff4
[prawokultury.git]
/
questions
/
templates
/
questions
/
question_detail.html
1
{% extends "base.html" %}
2
3
{% block "titleextra" %}{{ question }} :: {% endblock %}
4
{% block "body" %}
5
<h1>{{ question }}</h1>
6
7
{{ question.answer }}
8
9
<p><a href="{% url 'questions' %}">Wróć do listy pytań.</a></p>
10
11
{% endblock %}