Test_Johanne/payment_info_mturk/templates/payment_info_mturk/PaymentInfo.html
2025-03-06 10:33:03 +01:00

29 lines
366 B
HTML

{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
<p> The questionnaire is finished. </p>
</p>
{% endblock %}
{% block content %}
<h4>
Thank you for your participation !! </h4>
<br>
<h4>
Your task end code is: "TRUST2021"
</h4>
<br>
<h4>
Please copy and paste it in the initial page.
</h4>
<h4>
{% endblock %}