# HG changeset patch # User Brian Neal # Date 1334436568 18000 # Node ID f26cdda0ad8ba12fed61d14900c7bdddc018a58f # Parent 4fc5dfe04b3000cbdd6cd0e8b0f55178bb3b1784 Remove unneeded TEMPLATE_DIR entry. diff -r 4fc5dfe04b30 -r f26cdda0ad8b madeira/settings/base.py --- a/madeira/settings/base.py Sat Apr 14 14:55:14 2012 -0500 +++ b/madeira/settings/base.py Sat Apr 14 15:49:28 2012 -0500 @@ -77,7 +77,6 @@ # Don't forget to use absolute paths, not relative paths. TEMPLATE_DIRS = [ os.path.join(PROJECT_PATH, 'templates'), - os.path.join(PROJECT_PATH, 'templates', 'band'), os.path.join(PROJECT_PATH, 'photologue', 'templates'), ]