Fixed new observation button on completion screen
This commit is contained in:
parent
f3815f0770
commit
5081d7757b
@ -2,7 +2,7 @@
|
|||||||
<b-container>
|
<b-container>
|
||||||
<h2>Submission Complete</h2>
|
<h2>Submission Complete</h2>
|
||||||
<p>{{ type }}/{{ description }} has been submitted successfully.</p>
|
<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
|
Start New Observation
|
||||||
</b-button>
|
</b-button>
|
||||||
</b-container>
|
</b-container>
|
||||||
|
Loading…
Reference in New Issue
Block a user