Commit bf5c4944 authored by Franco Velasco's avatar Franco Velasco

Fixed image in WidgetUser model

parent c6b138c3
......@@ -4,7 +4,7 @@ from datetime import datetime
import os
def dp_location(request, filename):
return os.path.join("widget-users/images/", filename)
return os.path.join("uploads/", filename)
"""
A model for a school department in Widget.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment