Skip to content

Commit

Permalink
Merge afddd0e into 6ccd673
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaylorhq committed Feb 18, 2018
2 parents 6ccd673 + afddd0e commit 7efad10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tickets/templates/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ <h2 class="show_category_header">{{ show.category }}</h2>
{% if show.poster %}
<a href="http://newtheatre.org.uk/uk/whats-on"><img class="sidebar_poster" src="{{show.poster.poster_page.url}}" /></a>
{% else %}
<a href="http://newtheatre.org.uk/uk/whats-on"><img class="sidebar_poster" src="{{ request.build_absolute_uri }}{% static 'images/no_image.png' %}" /></a>
<a href="http://newtheatre.org.uk/uk/whats-on"><img class="sidebar_poster" src="//{{ request.get_host }}{% static 'images/no_image.png' %}" /></a>
{% endif %}
<div>
<p class="sidebar_date">{% if show.start_date != show.end_date %}{{show.start_date|date:"j M"}} to {% endif %}{{show.end_date|date:"j M o"}}</p>
Expand Down

0 comments on commit 7efad10

Please sign in to comment.