X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/fac024263e4791a32923d7ac393318c653bc2eeb..14425cbf8199fa9edbad4fab49eb8a79b7eeadd0:/questions/templates/questions/question_detail.html diff --git a/questions/templates/questions/question_detail.html b/questions/templates/questions/question_detail.html index 2fc5ce0..b8770bd 100755 --- a/questions/templates/questions/question_detail.html +++ b/questions/templates/questions/question_detail.html @@ -1,13 +1,22 @@ {% extends "base.html" %} -{% load url from future %} -{% block "titleextra" %}{{ question|linebreaksbr }} :: {% endblock %} -{% block "body" %} +{% block titleextra %}{{ question|linebreaksbr }} :: {% endblock %} +{% block body %}

{{ question|linebreaksbr }}

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

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

+ {{ question.answer }} +

{{ question.answered_by }}

+

Wróć do listy pytań.