euscanwww: Fixing all templates to be XHTML compliant

Signed-off-by: volpino <fox91@anche.no>
This commit is contained in:
volpino
2012-08-15 15:32:16 +02:00
parent d66c2dff99
commit 269fc0afa5
19 changed files with 118 additions and 106 deletions

View File

@ -13,10 +13,10 @@
{% if user.is_authenticated %}
<span class="pull-right">
<button class="btn favourite-button {% if favourited %}hide{% endif %}" data-url="{% url "favourite_world" %}">
<img src="{{ STATIC_URL}}/img/watch-icon.png" alt="Watch" >
<img src="{{ STATIC_URL}}/img/watch-icon.png" alt="Watch" />
</button>
<button class="btn unfavourite-button {% if not favourited %}hide{% endif %}" data-url="{% url "unfavourite_world" %}">
<img src="{{ STATIC_URL}}/img/unwatch-icon.png" alt="Unwatch" >
<img src="{{ STATIC_URL}}/img/unwatch-icon.png" alt="Unwatch" />
</button>
</span>
{% endif %}