categoory doesn't work!
This commit is contained in:
@@ -237,7 +237,7 @@ def blog_theme(author):
|
||||
if os.path.isfile(os.path.join(DOSSIER_PERSO, user,'blog.css')):
|
||||
return send_file(os.path.join(DOSSIER_PERSO, user, 'blog.css'), mimetype='text/css')
|
||||
else:
|
||||
return send_file("/static/blog.css", mimetype='text/css')
|
||||
return send_file("static/blog.css", mimetype='text/css')
|
||||
|
||||
@filesupload.route('/theme.min.css')
|
||||
def theme():
|
||||
|
||||
Reference in New Issue
Block a user