dynamicweb/templates/cms/ungleichch/__init__.py
2016-03-07 19:20:45 +01:00

6 lines
152 B
Python

# -*- coding: utf-8 -*-
from django.utils.translation import ugettext_lazy as _
TEMPLATES = {
'blog.html': _('Blog'),
'page.html': _('Page'),
}