settings: declare potential template for home page (#22326)

This commit is contained in:
Elias Showk 2018-03-09 11:12:11 +01:00
parent 40154c6d4e
commit 690bda4315
1 changed files with 6 additions and 0 deletions

View File

@ -208,6 +208,12 @@ COMBO_PUBLIC_TEMPLATES = {
# get those labels into gettext catalog
'_': (_('Left column'), _('Right column')),
},
'homepage': {
'name': _('Home page'),
'template': 'combo/page_template_homepage.html',
# get those labels into gettext catalog
'_': (_('Top banner'), _('Middle column')),
},
}
# extra variables for templates