Moved Django templates out of gramps

This commit is contained in:
Doug Blank
2016-01-08 18:54:25 -05:00
parent f26c9f7055
commit 831330b6d0
42 changed files with 0 additions and 3023 deletions

View File

@ -444,10 +444,6 @@ data_files_gui.append(('share/gramps/images/hicolor/22x22/actions', ICON_22))
data_files_gui.append(('share/gramps/images/hicolor/48x48/actions', ICON_48))
data_files_gui.append(('share/gramps/images/hicolor/scalable/actions', ICON_SC))
TEMPLATE_FILES = glob.glob(os.path.join('data/templates', '*.html'))
ADMIN_FILES = glob.glob(os.path.join('data/templates/admin', '*.html'))
REG_FILES = glob.glob(os.path.join('data/templates/registration', '*.html'))
data_files = data_files_core + data_files_gui
#-------------------------------------------------------------------------