From 638c78363c92e5a1a701949ec5e66fab9206844a Mon Sep 17 00:00:00 2001 From: Kara Engelhardt Date: Tue, 2 Jun 2026 16:06:20 +0200 Subject: [PATCH] Remove static layout name from editor page --- .../plugins/wallet/templates/pretixplugins/wallet/edit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/plugins/wallet/templates/pretixplugins/wallet/edit.html b/src/pretix/plugins/wallet/templates/pretixplugins/wallet/edit.html index 6211670bf8..c7958b6bb2 100644 --- a/src/pretix/plugins/wallet/templates/pretixplugins/wallet/edit.html +++ b/src/pretix/plugins/wallet/templates/pretixplugins/wallet/edit.html @@ -10,7 +10,7 @@ {% block title %}{% trans "Wallet layouts" %}{% endblock %} {% block content %} -

{% trans "Edit layout" %} {{ object.name }}

+

{% trans "Edit layout" %}

{{ platforms|json_script:"platforms" }} {{ variables|json_script:"variables" }} {{ locales|json_script:"locales" }}