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

29 lines
344 B
HTML

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