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 migration script tries to replace usage of {% load cms %} with {% load cms djangocms_alias_tags %}, which might work in some cases, but fails with templates which have the multiple loads in one line.
{% load cms_tags i18n ... %}
This happens with us since we use multiple loads in one line.
Thanks @vinitkumar, the current search is: "{% load cms_tags" I'll try and put something together that doesn't look for cms_tags. Also there's no test suite for this package. I'll look at adding any fixes new features with one. It was seen as the migration is one big test and was hard to justify creating tests historically, that is different for the community.
No description provided.
The text was updated successfully, but these errors were encountered: