From df8f61b7f2c60f1588c16dd1ca5c65104fd2c539 Mon Sep 17 00:00:00 2001 From: Seren Soner Date: Tue, 21 Feb 2023 15:55:39 +0100 Subject: [PATCH] modify action_url, view_url, edit_url, delete_url to accept `:id`, similar to 1.8 --- flask_bootstrap/templates/base/table.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/flask_bootstrap/templates/base/table.html b/flask_bootstrap/templates/base/table.html index bf561a76..aeb111aa 100644 --- a/flask_bootstrap/templates/base/table.html +++ b/flask_bootstrap/templates/base/table.html @@ -113,7 +113,7 @@ {% for (action_name, action_icon, action_url) in custom_actions %}