{# Do not extend oTree templates --> those contain forms, and #} {# the content of this form would be generated inside of it. (Form inside form not legal.) #} {#{% extends "global/Base.html" %}#} {#{% load staticfiles %}#} {% block title %} {% endblock %} {% block content %}

Upload new scenario

{% csrf_token %} {{ form.as_p }}
{% endblock %}