mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-03 06:40:28 +00:00
Rename Hallo panel stylesheet to hallo.css
This commit is contained in:
parent
194161ec59
commit
d674f7e656
2 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ class HalloRichTextArea(WidgetWithScript, widgets.Textarea):
|
|||
'wagtailadmin/js/vendor/hallo.js',
|
||||
'wagtailadmin/js/hallo-bootstrap.js',
|
||||
], css={
|
||||
'all': ['wagtailadmin/css/panels/rich-text.css']
|
||||
'all': ['wagtailadmin/css/panels/hallo.css']
|
||||
})
|
||||
|
||||
for plugin in self.plugins:
|
||||
|
|
|
|||
Loading…
Reference in a new issue