Add category inheritance to view and template
This commit is contained in:
parent
a3273c13cf
commit
ea9d871e25
2 changed files with 14 additions and 5 deletions
|
@ -31,9 +31,7 @@
|
|||
|
||||
{% if categories %}
|
||||
<ul>
|
||||
{% for cat in categories %}
|
||||
<li>{{ cat }}</li>
|
||||
{% endfor %}
|
||||
{{ categories|unordered_list }}
|
||||
</ul>
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue