summaryrefslogtreecommitdiff
path: root/templates/detail.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/detail.html')
-rw-r--r--templates/detail.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/detail.html b/templates/detail.html
index 20897b0..156dec2 100644
--- a/templates/detail.html
+++ b/templates/detail.html
@@ -78,6 +78,7 @@
<article class="detail-panel">
<p class="eyebrow">Production</p>
<div class="detail-meta">
+ {% if film.genre %}<span>{{ film.genre }}</span>{% endif %}
{% if film.country %}<span>{{ film.country }}</span>{% endif %}
{% if film.language %}<span>{{ film.language }}</span>{% endif %}
{% if film.year %}<span>{{ film.year }}</span>{% endif %}