{% extends "otree/BaseAdminRegular.html" %} {% block head_title %}Create session{% endblock %} {% block title %}Create session{% endblock %} {% block content %}

Tip: consider creating your session in a Room, for more stable start links that are not opened accidentally.

{% include "otree/includes/CreateSessionForm.html" %} {% endblock %}