Skip to content

Commit

Permalink
Merge pull request #21 from holdenweb/master
Browse files Browse the repository at this point in the history
Tiny change to make sponsor entries addressable
  • Loading branch information
lukeman committed Jan 24, 2013
2 parents d7e2fc5 + 8afa17b commit 91366dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions symposion/templates/sponsorship/_sponsor_link.html
Expand Up @@ -2,9 +2,9 @@
{% spaceless %} {% spaceless %}
<a href="{{ sponsor.external_url }}"> <a href="{{ sponsor.external_url }}">
{% if dimensions %} {% if dimensions %}
<img src="{% thumbnail sponsor.logo dimensions %}" alt="{{ sponsor.name }}" /> <img id="sponsor_{{ sponsor.pk }}" src="{% thumbnail sponsor.logo dimensions %}" alt="{{ sponsor.name }}" />
{% else %} {% else %}
<img src="{% thumbnail sponsor.logo '150x150' %}" alt="{{ sponsor.name }}" /> <img id="sponsor_{{ sponsor.pk }}" src="{% thumbnail sponsor.logo '150x150' %}" alt="{{ sponsor.name }}" />
{% endif %} {% endif %}
</a> </a>
{% endspaceless %} {% endspaceless %}

0 comments on commit 91366dc

Please sign in to comment.