Test_Johanne/payment_info_mturk/templates/payment_info_mturk/PaymentInfo.html

29 lines
366 B
HTML
Raw Normal View History

2025-03-06 10:28:01 +01:00
{% 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 %}