mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-13 09:43:10 +00:00
mark chooser_panel.html as deprecated
This commit is contained in:
parent
63dafbe4b7
commit
13e1811c54
1 changed files with 6 additions and 0 deletions
|
|
@ -1,6 +1,12 @@
|
|||
{% extends "wagtailadmin/shared/field.html" %}
|
||||
{% load i18n %}
|
||||
{% comment %}
|
||||
------
|
||||
DEPRECATED - provided for backwards compatibility with custom (third-party) chooser panels
|
||||
created prior to Wagtail 0.9. New choosers should subclass wagtail.wagtailadmin.widgets.AdminChooser,
|
||||
with a template that extends wagtailadmin/widgets/chooser.html.
|
||||
------
|
||||
|
||||
Either the chosen or unchosen div will be shown, depending on the presence
|
||||
of the 'blank' class on the container.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue