1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-07 00:15:10 +01:00

More tagging: tag overview page, some refactoring

This commit is contained in:
2016-07-20 22:45:07 +02:00
parent 2adf3392b5
commit 4aae87a534
2 changed files with 27 additions and 10 deletions

View File

@@ -4,5 +4,11 @@
{% block pagecontent %}
<div class="row">
{% for tag in tags %}
<div class="chip">
<a href="{{ url_for('tag', userkey=userkey, tag=tag) }}">{{ tag }}</a>
</div>
{% endfor %}
</div>
{% endblock %}