Fix HTML typo
This commit is contained in:
parent
91e17be830
commit
6c1b479bd5
@ -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 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user