Fix HTML typo

This commit is contained in:
Michal Kunc
2021-11-19 11:39:35 +01:00
parent 91e17be830
commit 6c1b479bd5
+1 -1
View File
@@ -5,7 +5,7 @@
{% block head %} {% block head %}
<title>{% block title %}PF2 DB{% endblock %}</title> <title>{% block title %}PF2 DB{% endblock %}</title>
{% endblock %} {% endblock %}
<link rel="stylesheet" href="{{ url_for('static', filename='css/base.css') }}" <link rel="stylesheet" href="{{ url_for('static', filename='css/base.css') }}">
</head> </head>
<body> <body>
{% block body %} {% block body %}