0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00

Rename Hallo panel stylesheet to hallo.css

This commit is contained in:
Thibaud Colas 2018-01-11 14:37:21 +02:00
parent 194161ec59
commit d674f7e656
2 changed files with 1 additions and 1 deletions

View File

@ -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: