13 lines
271 B
HTML
13 lines
271 B
HTML
{% 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>
|
|
<script>
|
|
|
|
</script>
|
|
{% endblock %}
|