feat(entities): add tab to show archived entities

This commit is contained in:
Herculino Trotta
2025-01-05 01:43:24 -03:00
parent f5132e24bd
commit baae6bb96a
5 changed files with 102 additions and 46 deletions

View File

@@ -4,5 +4,5 @@
{% block title %}{% translate 'Entities' %}{% endblock %}
{% block content %}
<div hx-get="{% url 'entities_list' %}" hx-trigger="load, updated from:window" class="show-loading"></div>
<div hx-get="{% url 'entities_list' %}" hx-trigger="load" class="show-loading"></div>
{% endblock %}