diff options
author | Christian Pointner <equinox@spreadspace.org> | 2012-02-15 19:11:07 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2012-02-15 19:11:07 (GMT) |
commit | 02f2cd4025ae1368a56016cb1756e1275645ad41 (patch) | |
tree | feb3b58cf3ac6c91fc070aa1c5373692a68a7f31 /templates/program/show_detail.html | |
parent | 6c7e6bc10c98d7619e2cae5c0694e73e14730573 (diff) |
added image_enabled flag to show
Diffstat (limited to 'templates/program/show_detail.html')
-rw-r--r-- | templates/program/show_detail.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/program/show_detail.html b/templates/program/show_detail.html index 661a2b5..b5c5f91 100644 --- a/templates/program/show_detail.html +++ b/templates/program/show_detail.html @@ -39,7 +39,7 @@ <div id="description">{{ show.description|safe }}</div> - {% if show.image %} + {% if show.image and show.image_enabled %} <div id="image" style="float: right;"><img src="/program/static/{{ show.image }}" width="200" alt="image"></div> {% endif %} |