feat: add exchange rate config page

This commit is contained in:
Herculino Trotta
2024-10-16 14:30:32 -03:00
parent 31ca384ced
commit fde5101011
10 changed files with 258 additions and 3 deletions
@@ -0,0 +1,8 @@
{% extends "layouts/base.html" %}
{% load i18n %}
{% block title %}{% translate 'Exchange Rates' %}{% endblock %}
{% block content %}
<div hx-get="{% url 'exchange_rates_list' %}" hx-trigger="load, updated from:window" class="show-loading mx-5"></div>
{% endblock %}