Skip to content
Snippets Groups Projects
Commit 86941fd2 authored by Jan Mach's avatar Jan Mach
Browse files

Fix: Fixed invalid form field type for PDNSR search form.

parent bee1db29
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ class PDNSRSearchForm(flask_wtf.FlaskForm):
],
default = ''
)
limit = vial.forms.SelectFieldWithNone(
limit = wtforms.SelectField(
lazy_gettext('Pager limit:'),
validators = [
wtforms.validators.Optional()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment