]> gitweb.fperrin.net Git - djsite.git/blobdiff - quotes/templates/quotes/display.html
Add first UT
[djsite.git] / quotes / templates / quotes / display.html
index 7873c81aadf98e6ef18e95f8f9652ca6797d2522..1369e2ce96f2ac30abb2d9388aa564f587fe66cc 100644 (file)
@@ -13,7 +13,9 @@
     <p class="tags">
       Tags:
       {% for tag in quote.tags.all %}
-        <a href="{% url 'quotes:tags' tag.id %}">{{ tag.tag }}</a>
+       <a href="{% url 'quotes:tags' tag.id %}" class="tag_link">
+         {{ tag.tag }}
+       </a>
       {% endfor %}
     </p>
   {% endif %}