doorlockd: templates: fix bug in meta tags

Signed-off-by: Ralf Ramsauer <ralf@binary-kitchen.de>
This commit is contained in:
Ralf Ramsauer 2018-09-08 23:24:45 +02:00
parent 2ee9457908
commit b7ba8ebe18
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
{%- block metas %}
{{super()}}
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
{%- endblock metas %}
{% block content %}

View File

@ -4,7 +4,7 @@
<head>
{% block head %}{%- endblock head %}
<title>{{ title }}</title>
{% block meta %}{%- endblock meta %}
{% block metas %}{%- endblock metas %}
<link href="/static/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>