Commit 4096a888cb2b0627fd109940a2b7f8b3a564db10
1 parent
a1b3ab81
Exists in
master
and in
3 other branches
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 | 19 | <div class="users-cloud div-users-cloud"> |
20 | 20 | <ul class=" users-cloud"> |
21 | 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 | 23 | {% endfor %} |
24 | 24 | </ul> |
25 | 25 | </div> | ... | ... |