Remove static layout name from editor page

This commit is contained in:
Kara Engelhardt
2026-07-21 13:58:06 +02:00
parent e2a86ec45e
commit ae29c12f15
@@ -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" }}