Remove some references to "buefy" name within docstrings, comments
This commit is contained in:
parent
c036932ce4
commit
ba521abf4f
6 changed files with 13 additions and 18 deletions
|
@ -341,8 +341,7 @@ class AppSettingsView(View):
|
|||
|
||||
# specify error / message if applicable
|
||||
# TODO: not entirely clear to me why some field errors are
|
||||
# represented differently? presumably it depends on
|
||||
# whether Buefy is used by the theme.
|
||||
# represented differently?
|
||||
if field.error:
|
||||
s['error'] = True
|
||||
if isinstance(field.error, colander.Invalid):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue