mirror of
https://git.sdbs.cz/sdbs/pile.git
synced 2025-05-10 00:12:18 +00:00
show media type on doc detail
This commit is contained in:
parent
1ea30f38af
commit
6c9e07df73
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@
|
||||||
<h3>Published: {{ document.published }}</h3>
|
<h3>Published: {{ document.published }}</h3>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
<h3>Type: {{ document.get_media_type_display }}</h3>
|
||||||
|
|
||||||
{% if document.tags.count > 0 %}
|
{% if document.tags.count > 0 %}
|
||||||
<h3 class="doc-taglist">
|
<h3 class="doc-taglist">
|
||||||
<span>Tags:</span>
|
<span>Tags:</span>
|
||||||
|
|
Loading…
Add table
Reference in a new issue