feat: filter exchange_rates by pair

This commit is contained in:
Herculino Trotta
2024-10-24 23:47:08 -03:00
parent c513bda3fd
commit a650b19547
5 changed files with 117 additions and 42 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 %}