Presale: remove webmanifest (#5275)

* Remove webmanifest from presale

* move webmanifest from presale to base urls
This commit is contained in:
Richard Schreiber
2025-06-30 09:33:42 +02:00
committed by GitHub
parent 1a990dfecc
commit f66a41f6a7
7 changed files with 56 additions and 32 deletions

View File

@@ -37,7 +37,6 @@
<link rel="icon" type="image/png" sizes="192x192" href="{% static "pretixbase/img/icons/android-chrome-192x192.png" %}">
<link rel="apple-touch-icon" sizes="180x180" href="{% static "pretixbase/img/icons/apple-touch-icon.png" %}">
{% endif %}
<link rel="manifest" href="{% url "presale:site.webmanifest" %}">
<meta name="msapplication-TileColor" content="{{ settings.primary_color|default:"#3b1c4a" }}">
<meta name="msapplication-config" content="{% url "presale:browserconfig.xml" %}">
<meta name="theme-color" content="{{ settings.primary_color|default:"#3b1c4a" }}">