some work on questions
[prawokultury.git] / questions / templates / questions / question_detail.html
diff --git a/questions/templates/questions/question_detail.html b/questions/templates/questions/question_detail.html
new file mode 100755 (executable)
index 0000000..be19018
--- /dev/null
@@ -0,0 +1,11 @@
+{% extends "base.html" %}
+
+{% block "titleextra" %}{{ question }} :: {% endblock %}
+{% block "body" %}
+<h1>{{ question }}</h1>
+
+{{ question.answer }}
+
+<p><a href="{% url 'questions' %}">Wróć do listy pytań.</a></p>
+
+{% endblock %}
\ No newline at end of file