1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-06 22:05:09 +01:00

Lots of styling fixes, name clash resolutions

This commit is contained in:
2018-03-24 21:31:17 +01:00
parent e48f2c98c3
commit 6de9ba2642
5 changed files with 28 additions and 16 deletions

View File

@@ -62,7 +62,7 @@
</div>
{% for tag in tags %}
<div class="chip">
<a href="{{ url_for('tag', userkey=userkey, tag=tag) }}">{{ tag }}</a>
<a href="{{ url_for('tag_page', userkey=userkey, tag=tag) }}">{{ tag }}</a>
</div>
{% endfor %}
</li>