Fix path to policies.css

Previously the css file could not be loaded in horizon dashboard.
Now fixed.

Change-Id: I5632c7e471f0d594236d6fbff51bc2150abb15de
Closes-bug: 1820351
This commit is contained in:
Eric K 2019-03-15 13:51:40 -07:00
parent 97cc90da48
commit ba56684ccd
1 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@ ADD_INSTALLED_APPS = [
'congress_dashboard',
]
AUTO_DISCOVER_STATIC_FILES = True
ADD_SCSS_FILES = ['congress_dashboard/static/admin/css/policies.css']
ADD_SCSS_FILES = ['dashboard/static/admin/css/policies.css']