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

Update {{ challenge.short_name }}

{% crispy form %} {% endblock %} {% block script %} {{ block.super }} {% endblock %}