fix title

This commit is contained in:
j 2022-04-25 17:31:17 +01:00
parent 88d65e95b5
commit 4f52cc3fc8

View file

@ -1,7 +1,7 @@
<!doctype html>{% load sass_tags static %} <!doctype html>{% load sass_tags static %}
<html> <html>
<head> <head>
<title>{{ settings.title }}</title> <title>{{ settings.TITLE }}</title>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-touch-fullscreen" content="yes"> <meta name="apple-touch-fullscreen" content="yes">