adapt to new migdal and fnpdjango
[prawokultury.git] / questions / templates / questions / question_detail.html
index b3426e7..e0e3e9e 100755 (executable)
@@ -1,8 +1,8 @@
 {% 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 +16,7 @@
 
 {{ question.answer }}
 
-<p>dr Krzysztof Siewicz</p>
+<p>{{ question.answered_by }}</p>
 
 <p><a href="{% url 'questions' %}">Wróć do listy pytań.</a></p>