Django 1.8
[prawokultury.git] / questions / templates / questions / question_detail.html
index b3426e7..b8770bd 100755 (executable)
@@ -1,8 +1,7 @@
 {% extends "base.html" %}
-{% load url from future %}
 
-{% block "titleextra" %}{{ question|linebreaksbr }} :: {% endblock %}
-{% block "body" %}
+{% block titleextra %}{{ question|linebreaksbr }} :: {% endblock %}
+{% block body %}
 <h1>{{ question|linebreaksbr }}</h1>
 
 <div class="normal">
@@ -16,7 +15,7 @@
 
 {{ question.answer }}
 
-<p>dr Krzysztof Siewicz</p>
+<p>{{ question.answered_by }}</p>
 
 <p><a href="{% url 'questions' %}">Wróć do listy pytań.</a></p>