X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/af3e9caaf16b84899e825608d97d84431d8e9454..5fc3b1a4a446715d859440b474ae206ff672b4cd:/questions/templates/questions/question_detail.html diff --git a/questions/templates/questions/question_detail.html b/questions/templates/questions/question_detail.html index 95b1467..dea7e14 100755 --- a/questions/templates/questions/question_detail.html +++ b/questions/templates/questions/question_detail.html @@ -3,9 +3,17 @@ {% block "titleextra" %}{{ question|linebreaksbr }} :: {% endblock %} {% block "body" %} -

{{ question }}

+

{{ question|linebreaksbr }}

+{% if question.tags.all.count %} +

Tematy: +{% for tag in question.tags.all %} + {{ tag }}{% if not forloop.last %} / {% endif %} +{% endfor %} +{% endif %} +

+ {{ question.answer }}

Wróć do listy pytań.