Fixed new observation button on completion screen

This commit is contained in:
neviyn 2018-11-30 15:00:05 +00:00
parent f3815f0770
commit 5081d7757b

View File

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