{% extends "challenge.html" %} {% load crispy from crispy_forms_tags %} {# Do not show the footer as this is broken with SummernoteInplaceWidget #} {% block footer %}{% endblock %} {% block content %}

{{ object.challenge.short_name }} Evaluation Configuration

{% crispy form %} {% endblock %}