{% extends "base.html" %} {% load crispy_forms_tags %} {% block content %}

Submit a new flag

{% csrf_token %} {% crispy form %}

By submitting the flag you agree to the usage of cookies!

{% endblock %}