{% extends "base.html" %} {% load crispy_forms_tags %} {% load static %} {% block title %}Add Existing Challenge{% endblock %} {% block content %}
Please fill out this form if you would like to add an existing challenge to the overview.
{% crispy form %} {% endblock %} {% block script %} {{ block.super }} {% endblock %}