From 0c8379265ed523b2ad4f454ff91462fb9aaf9209 Mon Sep 17 00:00:00 2001 From: Karl Date: Mon, 11 Aug 2025 09:15:18 +0100 Subject: [PATCH] toast on duplicate account --- templates/add_account.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/templates/add_account.html b/templates/add_account.html index 4e3a8c2..2e316de 100644 --- a/templates/add_account.html +++ b/templates/add_account.html @@ -30,6 +30,17 @@ {% block content %}

Add Account

+
+ +
@@ -123,4 +134,16 @@ }); }); + {% if error %} + + {% endif %} {% endblock %}