show media type on doc detail

This commit is contained in:
Tomáš Mládek 2020-06-09 12:32:54 +02:00
parent 1ea30f38af
commit 6c9e07df73

View file

@ -14,6 +14,8 @@
<h3>Published: {{ document.published }}</h3>
{% endif %}
<h3>Type: {{ document.get_media_type_display }}</h3>
{% if document.tags.count > 0 %}
<h3 class="doc-taglist">
<span>Tags:</span>