From abdac72478a8ab96e2d8ee674f51bca25d9686a4 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sat, 20 Nov 2010 03:41:11 +0100 Subject: Correct templates to include i18n script not depending on the admin. --- chimere/templates/edit.html | 2 +- chimere/templates/edit_route.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chimere/templates/edit.html b/chimere/templates/edit.html index 4a02fe4..46982fd 100644 --- a/chimere/templates/edit.html +++ b/chimere/templates/edit.html @@ -1,7 +1,7 @@ {% extends "base_user.html" %} {% load i18n %} {% block extra_head %} -{% if dated %} +{% if dated %} diff --git a/chimere/templates/edit_route.html b/chimere/templates/edit_route.html index 5152ba5..2fb6fc8 100644 --- a/chimere/templates/edit_route.html +++ b/chimere/templates/edit_route.html @@ -1,7 +1,7 @@ {% extends "base_user.html" %} {% load i18n %} {% block extra_head %} -{% if dated %} +{% if dated %} -- cgit v1.2.3