{% extends "base.html" %} {% block header %}New Plug Event for {{breeding}}{% endblock %} {% block title %}New Plug Event for {{breeding}}{% endblock %} {% block scripts %} {% endblock %} {% block content %}
{% csrf_token %} {{ form }}
{% endblock %}