Skip to content
Snippets Groups Projects
Commit 68beb65c authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

added image to show detail.

parent ef6876f2
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,10 @@
<div id="description">{{ show.description|safe }}</div>
{% if show.image %}
<div id="image" style="float: right;"><img src="/program/static/{{ show.image }}" width="200" alt="image"></div>
{% endif %}
<p>
{% for host in show.hosts.all %}
<a href="{% url host-detail host.id %}">{{ host }}</a><br />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment