dynamicweb/templates/ungleichch/__init__.py
Tomislav R 7936e5dfe5 update
2016-03-01 21:24:51 +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'),
}