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
For whatever reason, I can't override the default template without hacking the original code.
Ideally, it SHOULD be possible to just redefine the FEED_PLUGIN_TEMPLATE_CHOICES tuple in one's own settings file.
Pretty strange since code does not temper on settings, you may try to avoid to import cmsplugin_feedparser settings since the only one it defined is the one you want to override.
For whatever reason, I can't override the default template without hacking the original code.
Ideally, it SHOULD be possible to just redefine the FEED_PLUGIN_TEMPLATE_CHOICES tuple in one's own settings file.
But that doesn't appear to work.
in the settings.py file:
Then in the shell:
which is not the desired result.
The text was updated successfully, but these errors were encountered: