10 lines
251 B
HTML
Executable File
10 lines
251 B
HTML
Executable File
{% extends 'participant_index.html' %}
|
|
{% block content %}
|
|
<div class="card">
|
|
<div class="card-body">
|
|
<h1>Test complete!</h1>
|
|
<p>Please wait for the experimenter to give further instructions...</p>
|
|
</div>
|
|
</div>
|
|
{% endblock %}
|