Fixes un urls functions
This commit is contained in:
parent
c2587c5166
commit
6c9d115579
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ if config.yes_static==True:
|
|||
module -- the module where you can find the resource
|
||||
"""
|
||||
|
||||
return make_url('mediafrom/'+urllib.parse.quote_plus(module)+'/'+urllib.parse.quote_plus(file_path, safe='/'))
|
||||
return make_url('mediafrom/'+module+'/'+file_path)
|
||||
#config.media_url+'mediafrom/'+module+'/'+file_path
|
||||
else:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue