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