mirror of
https://codeberg.org/diginaut/digimarks.git
synced 2026-02-04 11:30:27 +01:00
More tagging: tag overview page, some refactoring
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user