should have imported settings here?
authorgfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Wed, 6 Oct 2010 17:24:19 +0000 (17:24 +0000)
committergfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Wed, 6 Oct 2010 17:24:19 +0000 (17:24 +0000)
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1036 6d9bc8c9-1ec2-4278-b937-99fde70a366f

conifer/templates/master.xhtml

index df2c525..e357f36 100644 (file)
@@ -2,6 +2,7 @@
 app_name = models.Config.get('application.title', _('Syrup Reserves System'))
 search = _('search...')
 import os
+from django.conf import settings
 ?>
 <html xmlns="http://www.w3.org/1999/xhtml"
       xmlns:py="http://genshi.edgewall.org/"