e4c_expe2/a3_gp/templates/a3_gp/Bienvenue.html
Johanne Trotin 981d06d34c Expé E4C v6
2025-03-30 12:32:15 +02:00

29 lines
300 B
HTML

{% load otree %}
{% block title %}
{% endblock %}
{% block content %}
<div class="card bg-light m-3">
<div class="card-body">
<p>
<h3>
Please click on the "Next" button to go to the next step
</h3>
</p>
<p>{% next_button %}</p>
</div></div>
{% endblock %}