1
0
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:
Hidden Z 2012-03-10 16:17:26 +00:00
parent 84836a5079
commit 0c7b7781d2

View File

@ -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" />