Fixes in media urls an admin css
This commit is contained in:
parent
68bcff71bf
commit
24e2fd6131
2 changed files with 3 additions and 3 deletions
|
|
@ -102,4 +102,4 @@ else:
|
|||
|
||||
"""
|
||||
|
||||
return config.media_url+'media/'+urllib.parse.quote_plus(module)+'/'+urllib.parse.quote_plus(file_path, safe='/')
|
||||
return config.media_url+'/'+urllib.parse.quote_plus(module)+'/'+urllib.parse.quote_plus(file_path, safe='/')
|
||||
|
|
|
|||
|
|
@ -940,7 +940,7 @@ a.form_button_tab:hover
|
|||
|
||||
}
|
||||
|
||||
.ip_td {
|
||||
/*.ip_td {
|
||||
|
||||
display:none;
|
||||
|
||||
|
|
@ -950,7 +950,7 @@ a.form_button_tab:hover
|
|||
|
||||
display:none;
|
||||
|
||||
}
|
||||
}*/
|
||||
|
||||
.first_canvas {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue