fix tag style in galleries
This commit is contained in:
parent
3e23d45f75
commit
d5996e00ea
1 changed files with 1 additions and 1 deletions
2
photologue/templates/photologue/gallery_detail.html
Normal file → Executable file
2
photologue/templates/photologue/gallery_detail.html
Normal file → Executable file
|
|
@ -46,7 +46,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
|||
{% if gallery.tags.all %}
|
||||
<p class="text-muted">
|
||||
Tags : {% for tag in gallery.tags.all %}
|
||||
<a class="badge rounded-pill bg-body-tertiary text-decoration-none" href="{% url 'photologue:tag-detail' tag.slug %}">{{ tag }}</a>
|
||||
<a class="badge rounded-pill bg-body-tertiary text-body fw-normal text-decoration-none" href="{% url 'photologue:tag-detail' tag.slug %}">{{ tag }}</a>
|
||||
{% endfor %}
|
||||
</p>
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue