1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-02 07:27:04 +00:00

Dynamicly change navigator

This commit is contained in:
xiez
2012-05-17 14:02:47 +08:00
parent e04d6fab06
commit 034ea57339
9 changed files with 27 additions and 14 deletions

View File

@@ -10,7 +10,7 @@ import settings
def version(request):
"""
Adds seafile version to the context
Add seafile version to the context.
"""
return {'seafile_version': settings.SEAFILE_VERSION}