feat(categories): add tab to show archived categories

This commit is contained in:
Herculino Trotta
2025-01-05 01:22:14 -03:00
parent 8c5a9efe05
commit 037014d024
5 changed files with 106 additions and 50 deletions
+1 -1
View File
@@ -4,5 +4,5 @@
{% block title %}{% translate 'Categories' %}{% endblock %}
{% block content %}
<div hx-get="{% url 'categories_list' %}" hx-trigger="load, updated from:window" class="show-loading"></div>
<div hx-get="{% url 'categories_list' %}" hx-trigger="load" class="show-loading"></div>
{% endblock %}