{% extends "base.html" %} {% block title %}Multiple formsets on the same page{% endblock %} {% block extrahead %} {{ event_formset.media }} {% endblock %} {% block content %}
Someone posted a comment with a workaround that enabled them use multiple formsets on the same HTML page. Personally, I've never needed this, but if you find that you need to work with multiple formsets, view the source of this page to find out how.
Don't forget to check out the docs for a detailed explanation of how this works.
{% endblock %}