Remove static layout name from editor page

This commit is contained in:
Kara Engelhardt
2026-07-07 11:01:19 +02:00
parent d20eaa61d5
commit 692badb04e
@@ -10,7 +10,7 @@
{% block title %}{% trans "Wallet layouts" %}{% endblock %}
{% block content %}
<h1>{% trans "Edit layout" %} {{ object.name }} </h1>
<h1>{% trans "Edit layout" %}</h1>
{{ platforms|json_script:"platforms" }}
{{ variables|json_script:"variables" }}
{{ locales|json_script:"locales" }}