From 2d3b9f68b801aabada75848145f1058646ca1c72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Tue, 7 Feb 2023 16:43:42 +0800 Subject: [PATCH] Added the missing Material Floating Action Button to add a new currency for the mobile devices to the currency list. --- src/accounting/templates/accounting/currency/list.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/accounting/templates/accounting/currency/list.html b/src/accounting/templates/accounting/currency/list.html index 4bb3c53..57e12d5 100644 --- a/src/accounting/templates/accounting/currency/list.html +++ b/src/accounting/templates/accounting/currency/list.html @@ -43,6 +43,14 @@ First written: 2023/2/6 +{% if can_edit_accounting() %} +
+ + + +
+{% endif %} + {% if list %} {% include "accounting/include/pagination.html" %}