Search code examples
django-cms

Making additional data available in template context in django cms


I have a django app with a form.

I'd like to make the form available in a django-cms page. How can I add it to a page context (specific page not every page).

Thanks in advance.


Solution

  • Make it a plugin, register the plugin and use its render method.

    See the docs.