From d656cb87b6c227a3af343ccbf81e976ac8ec7b7f Mon Sep 17 00:00:00 2001
From: Robert Goldmann <deadlocker@gmx.de>
Date: Wed, 19 Aug 2020 22:29:08 +0200
Subject: [PATCH] #547 - Fixed: template edit page highlights wrong menu entry

---
 src/main/resources/templates/templates/newTemplate.ftl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/templates/templates/newTemplate.ftl b/src/main/resources/templates/templates/newTemplate.ftl
index 92ddcbaaf..42fea8906 100644
--- a/src/main/resources/templates/templates/newTemplate.ftl
+++ b/src/main/resources/templates/templates/newTemplate.ftl
@@ -10,7 +10,7 @@
     </head>
     <body class="budgetmaster-blue-light">
         <#import "../helpers/navbar.ftl" as navbar>
-        <@navbar.navbar "transactions" settings/>
+        <@navbar.navbar "templates" settings/>
 
         <#import "../transactions/newTransactionMacros.ftl" as newTransactionMacros>
         <#import "templateFunctions.ftl" as templateFunctions>
-- 
GitLab