{% extends "otree/BaseAdmin.html" %} {% block title %} Create a new 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 %}