Fix HTML typo

This commit is contained in:
Michal Kunc 2021-11-19 11:39:35 +01:00
parent 91e17be830
commit 6c1b479bd5
Signed by: michal
GPG Key ID: 4CA5FB6559E0BDF8

View File

@ -5,7 +5,7 @@
{% block head %}
<title>{% block title %}PF2 DB{% endblock %}</title>
{% endblock %}
<link rel="stylesheet" href="{{ url_for('static', filename='css/base.css') }}"
<link rel="stylesheet" href="{{ url_for('static', filename='css/base.css') }}">
</head>
<body>
{% block body %}