mirror of
https://github.com/haiwen/seahub.git
synced 2025-05-11 01:17:02 +00:00
Fixed site root bug
This commit is contained in:
parent
614ea152d9
commit
c18a389ce6
@ -124,7 +124,7 @@ def get_avatar_file_storage():
|
||||
else:
|
||||
dbs_options = {
|
||||
'table': 'avatar_uploaded',
|
||||
'base_url': '/image-view/',
|
||||
'base_url': '%simage-view/' % settings.SITE_ROOT,
|
||||
'name_column': 'filename',
|
||||
'data_column': 'data',
|
||||
'size_column': 'size',
|
||||
|
Loading…
Reference in New Issue
Block a user