updated main pages links
This commit is contained in:
parent
d29902c676
commit
5fd4275046
46 changed files with 467 additions and 770 deletions
|
|
@ -1,11 +1,11 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
TEMPLATES = {
|
||||
'digitalglarus/about.html': _('DG.About'),
|
||||
'digitalglarus/contact.html': _('DG.Contact'),
|
||||
'digitalglarus/index.html': _('DG.Home'),
|
||||
'digitalglarus/letscowork.html': _('DG.CoWork'),
|
||||
'digitalglarus/one_column.html': _('DG.OneColumn'),
|
||||
'ungleichch/blog.html': _('Blog'),
|
||||
'ungleichch/page.html': _('Page'),
|
||||
}
|
||||
# from django.utils.translation import ugettext_lazy as _
|
||||
# TEMPLATES = {
|
||||
# 'digitalglarus/about.html': _('DG.About'),
|
||||
# 'digitalglarus/contact.html': _('DG.Contact'),
|
||||
# 'digitalglarus/index.html': _('DG.Home'),
|
||||
# 'digitalglarus/letscowork.html': _('DG.CoWork'),
|
||||
# 'digitalglarus/one_column.html': _('DG.OneColumn'),
|
||||
# 'ungleichch/blog.html': _('Blog'),
|
||||
# 'ungleichch/page.html': _('Page'),
|
||||
# }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue