Commit 4096a888cb2b0627fd109940a2b7f8b3a564db10

Authored by Felipe Henrique de Almeida Bormann
1 parent a1b3ab81

cloud of tags is now linkable

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
subjects/templates/subjects/initial.html
@@ -19,7 +19,7 @@ @@ -19,7 +19,7 @@
19 <div class="users-cloud div-users-cloud"> 19 <div class="users-cloud div-users-cloud">
20 <ul class=" users-cloud"> 20 <ul class=" users-cloud">
21 {% for tag in tags %} 21 {% for tag in tags %}
22 - <li>{{tag.name}}</li> 22 + <a href="{% url 'subjects:search' %}?search={{tag.name}}"><li>{{tag.name}}</li></a>
23 {% endfor %} 23 {% endfor %}
24 </ul> 24 </ul>
25 </div> 25 </div>