Merge pull request #21 from holdenweb/master
Tiny change to make sponsor entries addressable
This commit is contained in:
commit
91366dcd24
1 changed files with 2 additions and 2 deletions
|
@ -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 %}
|
||||||
|
|
Loading…
Reference in a new issue