wagtail/wagtail/admin/views
Matt Westcott c109dd3495 Add form field prefixes for input forms in chooser modals
Update chooser modal JS to use field IDs with prefixes

Note that the tag field JS no longer needs to be initialised here, as that's done in AdminTagWidget's inline JS
2019-05-23 18:03:59 +10:00
..
__init__.py Rename wagtail.wagtailadmin to wagtail.admin 2017-11-26 22:43:47 +00:00
account.py Update imports of wagtail.admin.forms to use more specific sub-modules 2018-09-28 17:00:16 +01:00
chooser.py Add form field prefixes for input forms in chooser modals 2019-05-23 18:03:59 +10:00
collection_privacy.py Update imports of wagtail.admin.forms to use more specific sub-modules 2018-09-28 17:00:16 +01:00
collections.py Ordr collection listings by name (#4874) 2018-10-31 11:29:49 +00:00
generic.py Fix linting failures for flake8 3.6 2018-10-25 18:03:29 +01:00
home.py Don't inherit from object 2017-11-27 10:06:03 +00:00
mixins.py Update imports of wagtail.admin.forms to use more specific sub-modules 2018-09-28 17:00:16 +01:00
page_privacy.py Update imports of wagtail.admin.forms to use more specific sub-modules 2018-09-28 17:00:16 +01:00
pages.py Don't show pages in explorer that user has no permissions to access 2019-05-03 11:42:38 +01:00
tags.py Removed __future__ imports 2017-11-27 02:18:30 +00:00
userbar.py Removed __future__ imports 2017-11-27 02:18:30 +00:00