Remove manifest and service worker routes; update base.html to reflect changes

This commit is contained in:
2026-04-19 21:15:40 +02:00
parent 91fc5cae21
commit e2f8da213a
5 changed files with 2 additions and 9 deletions
-1
View File
@@ -14,7 +14,6 @@
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="manifest" href="/manifest.json">
<meta name="csrf-token" content="{{ csrf_token }}">
<title>{% block title %}Inventarsystem{% endblock %}</title>
{% block head %}