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
{{ message }}
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.
Per default, Form Template is an empty choice. This used to work, but since I updated to python 3.4, Django 1.11.11 and django-cms 3.5.1 on Ubuntu 14.04, this produces an error during template rendering. On FormPlugin.get_render_template, the instance.form_template is an empty string, which produces the error, as select_template only excepts a TemplateDoesNotExist error and not the necessary IsADirectoryError.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Per default, Form Template is an empty choice. This used to work, but since I updated to python 3.4, Django 1.11.11 and django-cms 3.5.1 on Ubuntu 14.04, this produces an error during template rendering. On
FormPlugin.get_render_template
, theinstance.form_template
is an empty string, which produces the error, asselect_template
only excepts aTemplateDoesNotExist
error and not the necessaryIsADirectoryError
.The text was updated successfully, but these errors were encountered: