You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The scripts block in base.html was renamed to body_scripts. However, keg-auth's form-base.html expects a scripts block, so its javascript does not get loaded to the template. This breaks the "Select All" and "Select None" buttons on the Permissions multi select.
The text was updated successfully, but these errors were encountered:
The
scripts
block inbase.html
was renamed tobody_scripts
. However, keg-auth'sform-base.html
expects ascripts
block, so its javascript does not get loaded to the template. This breaks the "Select All" and "Select None" buttons on the Permissions multi select.The text was updated successfully, but these errors were encountered: