feat: paginate exchange rates

This commit is contained in:
Herculino Trotta
2024-11-30 02:18:02 -03:00
parent da10f461a6
commit 28096cd490
5 changed files with 99 additions and 18 deletions
@@ -4,5 +4,5 @@
{% block title %}{% translate 'Exchange Rates' %}{% endblock %}
{% block content %}
<div hx-get="{% url 'exchange_rates_list' %}" hx-trigger="load, updated from:window" class="show-loading"></div>
<div hx-get="{% url 'exchange_rates_list' %}" hx-trigger="load" class="show-loading"></div>
{% endblock %}