templates: added html for digital.glarus cms.
Signed-off-by: rscnt <rascnt@gmail.com>
This commit is contained in:
parent
b12a273a1d
commit
9f2fa42302
8 changed files with 431 additions and 0 deletions
9
templates/cms/digitalglarus/__init__.py
Normal file
9
templates/cms/digitalglarus/__init__.py
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# -*- 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'),
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue