1
0

Done some landing manipulations

This commit is contained in:
user
2018-01-05 15:34:01 +03:00
parent 64b5f39d41
commit fa7cb01c11
7 changed files with 13 additions and 4 deletions

View File

@@ -12,4 +12,5 @@ def home(request):
'title': _('Home'),
'app_name': settings.APP_NAME,
'app_description_text': get_setting('app_description_text'),
'app_mainpage_html': get_setting('app_mainpage_html'),
})