From c8189bb9698e74f79e85ee39306fbee223338308 Mon Sep 17 00:00:00 2001 From: Weegley <47633867+Weegley@users.noreply.github.com> Date: Sat, 3 Dec 2022 01:08:07 +0300 Subject: [PATCH] Update base.html (#242) --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index cf31d4d..d92e107 100644 --- a/templates/base.html +++ b/templates/base.html @@ -376,7 +376,7 @@ $("#modal_new_client").modal('hide'); toastr.success('Created new client successfully'); // Update the home page (clients page) after adding successfully - if (window.location.pathname === "/") { + if (window.location.pathname === "{{.basePath}}/") { populateClient(resp.id); } },