mirror of
https://github.com/nikdoof/vapemap.git
synced 2025-12-18 12:19:24 +00:00
Various small PEP8 cleanups
This commit is contained in:
@@ -40,7 +40,7 @@ class StoreForm(BootstrapModelForm):
|
||||
'long_description': 'input-xxlarge',
|
||||
}
|
||||
widgets = {
|
||||
'long_description': EpicEditorWidget(attrs={'rows': 40}, themes={'editor':'epic-light.css'})
|
||||
'long_description': EpicEditorWidget(attrs={'rows': 40}, themes={'editor': 'epic-light.css'})
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user