dynamicweb/templates/cms/digitalglarus/__init__.py
rscnt 9f2fa42302 templates: added html for digital.glarus cms.
Signed-off-by: rscnt <rascnt@gmail.com>
2015-10-04 08:33:48 -06:00

9 lines
272 B
Python

# -*- coding: utf-8 -*-
from django.utils.translation import ugettext_lazy as _
TEMPLATES = {
'about.html': _('DG.About'),
'contact.html': _('DG.Contact'),
'index.html': _('DG.Home'),
'letscowork.html': _('DG.CoWork'),
'detail.html': _('DG.Detail'),
}