Add category inheritance to view and template

This commit is contained in:
Edgar P. Burkhart 2022-05-20 15:55:37 +02:00
parent a3273c13cf
commit ea9d871e25
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
2 changed files with 14 additions and 5 deletions

View file

@ -31,9 +31,7 @@
{% if categories %}
<ul>
{% for cat in categories %}
<li>{{ cat }}</li>
{% endfor %}
{{ categories|unordered_list }}
</ul>
{% endif %}