mirror of
https://github.com/pretix/pretix.git
synced 2026-06-11 01:25:13 +00:00
Remove static layout name from editor page
This commit is contained in:
@@ -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" }}
|
||||
|
||||
Reference in New Issue
Block a user