readthedocs / ext-theme

Read the Docs drop in replacement site templates
2 stars 2 forks source link

Admin: render "advanced form" with crispy filter #263

Closed humitos closed 10 months ago

humitos commented 10 months ago

We removed the crispy Layout in https://github.com/readthedocs/readthedocs.org/pull/11036 and there is no need to render the form using the template tag as we were doing.

This matches the changes done in the linked PR.