questions in sitemap
[prawokultury.git] / questions / templates / questions / question_detail.html
index be19018..5c6535a 100755 (executable)
@@ -1,11 +1,14 @@
 {% extends "base.html" %}
+{% load url from future %}
 
 {% block "titleextra" %}{{ question }} :: {% endblock %}
 {% block "body" %}
 <h1>{{ question }}</h1>
 
+<div class="normal">
 {{ question.answer }}
 
 <p><a href="{% url 'questions' %}">Wróć do listy pytań.</a></p>
 
+</div>
 {% endblock %}
\ No newline at end of file