dynamicweb/templates/cms/ungleichch/__init__.py
rscnt b12a273a1d templates: cms, moved ungleich.ch -> ungleichch
Signed-off-by: rscnt <rascnt@gmail.com>
2015-10-04 08:27:44 -06:00

6 lines
152 B
Python

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