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
Since django 1.9 it is possible to disable form-fields completely – then it is also validated on the server (so a user cant really edit contents anymore)
Locations:
inyoka/portal/forms.py, EditStaticPageForm, __init__ (added in Fix static pages #910)
search for more occurences
The text was updated successfully, but these errors were encountered:
Since django 1.9 it is possible to disable form-fields completely – then it is also validated on the server (so a user cant really edit contents anymore)
Locations:
inyoka/portal/forms.py, EditStaticPageForm, __init__
(added in Fix static pages #910)The text was updated successfully, but these errors were encountered: