Petites corrections

This commit is contained in:
Martin Pépin 2016-08-30 23:48:58 +02:00
parent c449ecf842
commit e829ff5d1d

View file

@ -1,3 +1,5 @@
{% load staticfiles %}
<!doctype html>
<html>
<head>
@ -59,7 +61,7 @@
</tr>
{% if show.image %}
<tr>
<td colspan="2"><p style="text-align:center;"><a href="{{ show.ext_link }}"><img style="display: inline;" src="{{ show.image }}" alt="{{ show.title }}" width="200px"></a></p></td>
<td colspan="2"><p style="text-align:center;"><a href="{{ show.ext_link }}"><img style="display: inline;" src="{{ MEDIA_URL }}{{ show.image }}" alt="{{ show.title }}" width="200px"></a></p></td>
</tr>
{% endif %}
</tbody>