From 0c7b7781d2cc065f5239578312df17e418233daa Mon Sep 17 00:00:00 2001 From: Hidden Z Date: Sat, 10 Mar 2012 16:17:26 +0000 Subject: [PATCH] base.html: fix --- pyi2phosts/templates/base.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyi2phosts/templates/base.html b/pyi2phosts/templates/base.html index f2d6560..5b2aee4 100644 --- a/pyi2phosts/templates/base.html +++ b/pyi2phosts/templates/base.html @@ -1,12 +1,12 @@ {% load i18n %} <html> - <title> - {% block title %} - {{ title }} - {% endblock %} - + + {% block title %} + {{ title }} + {% endblock %} + {% block head %} {% endblock %}