From: gfawcett Date: Wed, 6 Oct 2010 17:24:19 +0000 (+0000) Subject: should have imported settings here? X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ec66737f4c26a73f504b0f99b3b8eecd83a79458;p=syrup%2Fmasslnc.git should have imported settings here? git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1036 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- 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 ?>