minor visual fixes
This commit is contained in:
parent
ce0637f65c
commit
23541ab30a
2 changed files with 2 additions and 2 deletions
|
@ -80,7 +80,7 @@
|
||||||
<div class="margin50" ></div>
|
<div class="margin50" ></div>
|
||||||
<hr/>
|
<hr/>
|
||||||
<div class="container footer">
|
<div class="container footer">
|
||||||
{{ settings.footer }}
|
{{ settings.footer|safe }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script language='javascript' type="text/javascript">
|
<script language='javascript' type="text/javascript">
|
||||||
|
|
|
@ -102,7 +102,7 @@ AUTH_PASSWORD_VALIDATORS = [
|
||||||
|
|
||||||
# Internationalization
|
# Internationalization
|
||||||
# https://docs.djangoproject.com/en/1.9/topics/i18n/
|
# https://docs.djangoproject.com/en/1.9/topics/i18n/
|
||||||
LANGUAGE_CODE = 'en-us'
|
LANGUAGE_CODE = 'de-de'
|
||||||
|
|
||||||
TIME_ZONE = 'Europe/Berlin'
|
TIME_ZONE = 'Europe/Berlin'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue