Browse Source

base.html: fix <title>

pull/1/head
Hidden Z 12 years ago
parent
commit
0c7b7781d2
  1. 10
      pyi2phosts/templates/base.html

10
pyi2phosts/templates/base.html

@ -1,12 +1,12 @@ @@ -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…
Cancel
Save