diff --git a/helpdesk/templates/helpdesk/kb_category.html b/helpdesk/templates/helpdesk/kb_category.html index 4d0c1ea4..f47d0f9f 100644 --- a/helpdesk/templates/helpdesk/kb_category.html +++ b/helpdesk/templates/helpdesk/kb_category.html @@ -10,35 +10,34 @@ {% block helpdesk_body %}
{{ category.description }}
{{ item.question }}
++
+ {% blocktrans with item.get_absolute_url as url %}View Answer {% endblocktrans %} +
+{% trans 'Rating' %}: {{ item.score }}
+{% trans 'Last Update' %}: {{ item.last_updated|naturaltime }}
{{ item.question }}
-{{ category.description }}
-{{ item.answer|markdown }}
-