Afegir temes coocurrents

This commit is contained in:
marc
2025-10-24 00:05:56 +02:00
parent 31aeb09dd9
commit 1909af9107
10 changed files with 171 additions and 43 deletions

View File

@@ -1,11 +1,12 @@
<div id="tema-property-{{ property.id }}"
class="flex flex-row">
class="flex flex-row items-center">
<div class="px-2">
<i>{{ property.field.value.capitalize() }}:</i>
</div>
<div>
<a class="bg-beige text-white rounded m-1 px-2"
href="/temes?query=&properties={{ property.value }}">
{{ property.value }}
</div>
</a>
{% if logged_in %}
<div class="grow"></div>