diff --git a/InvenTree/templates/InvenTree/settings/currencies.html b/InvenTree/templates/InvenTree/settings/currencies.html index ba6e782508..706f836317 100644 --- a/InvenTree/templates/InvenTree/settings/currencies.html +++ b/InvenTree/templates/InvenTree/settings/currencies.html @@ -13,29 +13,31 @@
{% trans "Base Currency" %} | {{ base_currency }} | |||||
---|---|---|---|---|---|---|
{% trans "Exchange Rates" %} | ++ | {% trans "Exchange Rates" %} | ||||
{{ rate.currency }} | +{{ rate.value }} | +{{ rate.currency }} | ++ | |||
{% trans "Last Update" %} | -+ | {% if rates_updated %} {{ rates_updated }} {% else %} @@ -44,7 +46,7 @@ | diff --git a/InvenTree/templates/panel.html b/InvenTree/templates/panel.html index 1491991e8c..53c5ca997a 100644 --- a/InvenTree/templates/panel.html +++ b/InvenTree/templates/panel.html @@ -1,7 +1,13 @@