1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-05 08:53:14 +00:00

Added i18n form login and myhome page

This commit is contained in:
zhengxie
2012-10-26 19:15:52 +08:00
parent 0106d08911
commit f76f396937
26 changed files with 468 additions and 129 deletions

View File

@@ -25,6 +25,7 @@ def base(request):
base_template = request.base_template
except AttributeError:
base_template = 'myhome_base.html'
return {
'seafile_version': SEAFILE_VERSION,
'seahub_title': SEAHUB_TITLE,