From: Radek Czajka Date: Tue, 11 May 2010 08:29:03 +0000 (+0200) Subject: Fixed admin template bug: load before extends. X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/08b7a5ea639e1657096334f526dde1062ebe914a?ds=inline;hp=--cc Fixed admin template bug: load before extends. --- 08b7a5ea639e1657096334f526dde1062ebe914a diff --git a/wolnelektury/templates/admin/base_site.html b/wolnelektury/templates/admin/base_site.html index 087a3bb32..7e6b49227 100644 --- a/wolnelektury/templates/admin/base_site.html +++ b/wolnelektury/templates/admin/base_site.html @@ -1,5 +1,5 @@ -{% load i18n %} {% extends "admin/base.html" %} +{% load i18n %} {% block title %}{{ title }} | {% trans "Site administration" %} - WolneLektury.pl{% endblock %}