mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-01-22 04:24:15 +00:00
base.html: fix <title>
This commit is contained in:
parent
84836a5079
commit
0c7b7781d2
@ -1,12 +1,12 @@
|
||||
{% load i18n %}
|
||||
|
||||
<html>
|
||||
<title>
|
||||
{% block title %}
|
||||
{{ title }}
|
||||
{% endblock %}
|
||||
</title>
|
||||
<head>
|
||||
<title>
|
||||
{% block title %}
|
||||
{{ title }}
|
||||
{% endblock %}
|
||||
</title>
|
||||
{% block head %}
|
||||
{% endblock %}
|
||||
<link rel="stylesheet" type="text/css" href="/static/base.css" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user