Skip to content

Commit

Permalink
Fixed deployment paths issue (#87)
Browse files Browse the repository at this point in the history
* Moved incorrect static files

* Updated widget paths
  • Loading branch information
timmyomahony authored May 24, 2020
1 parent 1cb9918 commit c11bb6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions pagedown/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class AdminPagedownWidget(PagedownWidget, widgets.AdminTextareaWidget):
class Media:
css = {
'all': ('pagedown/demo/browser/demo.css',
'admin/pagedown/css/pagedown.css',)
'admin/css/pagedown.css',)
}
js = ('admin/pagedown/js/jquery.init.js',
'admin/pagedown/js/pagedown.js')
js = ('admin/js/jquery.init.js',
'admin/js/pagedown.js')

0 comments on commit c11bb6b

Please sign in to comment.