Test_Johanne/b3_bw_v2/templates/b3_bw_v2/Jeu2End.html
2025-03-06 10:33:03 +01:00

35 lines
355 B
HTML

{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
First Part : End
{% endblock %}
{% block content %}
<div class="card bg-light m-3">
<div class="card-body">
<p>
You have completed the first part.
<br> You will now begin the second part.
</p>
</div>
</div>
<p>{% next_button %}</p>
{% endblock %}