From ec19531518d6e9c08eb975269606a06d8780819a Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sat, 3 Jan 2026 11:14:55 -0600 Subject: [PATCH] fix: add separate def for middle buttons on App Info page --- src/wuttaweb/templates/appinfo/index.mako | 55 +++++++++++------------ 1 file changed, 27 insertions(+), 28 deletions(-) diff --git a/src/wuttaweb/templates/appinfo/index.mako b/src/wuttaweb/templates/appinfo/index.mako index 54bcb10..d296389 100644 --- a/src/wuttaweb/templates/appinfo/index.mako +++ b/src/wuttaweb/templates/appinfo/index.mako @@ -36,31 +36,7 @@
- - % if request.has_perm("master_views.list"): - - % endif - - % if request.has_perm("app_tables.list"): - - % endif - - % if request.has_perm("alembic.dashboard"): - - % endif - + ${self.middle_buttons()}