From ec66737f4c26a73f504b0f99b3b8eecd83a79458 Mon Sep 17 00:00:00 2001 From: gfawcett Date: Wed, 6 Oct 2010 17:24:19 +0000 Subject: [PATCH] should have imported settings here? git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1036 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- conifer/templates/master.xhtml | 1 + 1 file changed, 1 insertion(+) diff --git a/conifer/templates/master.xhtml b/conifer/templates/master.xhtml index df2c525..e357f36 100644 --- a/conifer/templates/master.xhtml +++ b/conifer/templates/master.xhtml @@ -2,6 +2,7 @@ app_name = models.Config.get('application.title', _('Syrup Reserves System')) search = _('search...') import os +from django.conf import settings ?>