Test_Johanne/a3_gp/templates/a3_gp/Bienvenue.html
2025-03-06 10:33:03 +01:00

42 lines
416 B
HTML

<head>
<style>
.hide {
display: none;
}
</style>
<title></title>
</head>
{% extends "global/Page.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 %}