Merge remote-tracking branch 'refs/remotes/origin/master'
mmit.
This commit is contained in:
parent
958ed9572b
commit
8f4dd038bd
44 changed files with 597 additions and 144 deletions
6
templates/ungleichch/__init__.py
Normal file
6
templates/ungleichch/__init__.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
TEMPLATES = {
|
||||
'blog.html': _('Blog'),
|
||||
'page.html': _('Page'),
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue