mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-18 23:09:58 +02:00
9 lines
284 B
HTML
9 lines
284 B
HTML
{% extends "layouts/base.html" %}
|
|
{% load i18n %}
|
|
|
|
{% block title %}{% translate 'Automatic Exchange Rates' %}{% endblock %}
|
|
|
|
{% block content %}
|
|
<div hx-get="{% url 'automatic_exchange_rates_list' %}" hx-trigger="load, updated from:window" class="show-loading"></div>
|
|
{% endblock %}
|