Completed page now shows participant name.

This commit is contained in:
neviyn 2018-12-13 10:59:20 +00:00
parent 724b7b3035
commit cbfddfe8c1

View File

@ -1,7 +1,7 @@
<template>
<b-container>
<h2>Submission Complete</h2>
<p>{{ type }}/{{ description }} has been submitted successfully.</p>
<p>{{ type }}/{{ whom }} has been submitted successfully.</p>
<b-button size="lg" variant="primary" to="/new">
Start New Observation
</b-button>