From 4503136c69eb6258a1f1b4ba1482bd03b424e892 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Sat, 15 Sep 2012 00:01:31 +0200 Subject: Fix missing calendar icons --- papillon/templates/edit.html | 2 ++ papillon/templates/editChoicesAdmin.html | 2 ++ papillon/templates/editChoicesUser.html | 2 ++ 3 files changed, 6 insertions(+) diff --git a/papillon/templates/edit.html b/papillon/templates/edit.html index 2f77a7e..b3526dc 100644 --- a/papillon/templates/edit.html +++ b/papillon/templates/edit.html @@ -1,8 +1,10 @@ {% extends "base.html" %} {% load markup %} {% load i18n %} +{% load adminmedia %} {% block fullscript %} + diff --git a/papillon/templates/editChoicesAdmin.html b/papillon/templates/editChoicesAdmin.html index 6510dcc..98cfef6 100644 --- a/papillon/templates/editChoicesAdmin.html +++ b/papillon/templates/editChoicesAdmin.html @@ -1,8 +1,10 @@ {% extends "base.html" %} {% load markup %} {% load i18n %} +{% load adminmedia %} {% block fullscript %} + diff --git a/papillon/templates/editChoicesUser.html b/papillon/templates/editChoicesUser.html index 47d6a52..51a12e4 100644 --- a/papillon/templates/editChoicesUser.html +++ b/papillon/templates/editChoicesUser.html @@ -1,8 +1,10 @@ {% extends "base.html" %} {% load markup %} {% load i18n %} +{% load adminmedia %} {% block fullscript %} + -- cgit v1.2.3