{% extends "shared/base.html" %} {% block title %} Create a Challenge {% endblock %} {% block content %}
{% for error in errors %}
  • {{error}}
  • {% endfor %}

    Create a Challenge

    Please provide a complete description of the challenge using as many keywords as needed to make it easy to find when searching.
    Original date that the challenge was produced.
    {% endblock %}