summaryrefslogtreecommitdiff
path: root/templates/migrate_final_done.tpl
blob: 2c05d3a37b9821ee4902f93da63ded88e366f5da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<h1>Upgrade Process Completed</h1>
{form legend="Select what you want to do next"}
	<p>Go back to the installer to install additional packages that were not part of this migrate.</p>
	<div class="row submit">
		<input type="hidden" name="step" value="{$next_step}" />
		<input type="submit" name="continue_install" value="Return to Installer" />
	</div>

	<hr />

	<p>Enter your Bitweaver site now to see if the migrate process was successful.</p>
	<div class="row submit">
		<input type="submit" name="enter_bitweaver" value="Enter site" />
	</div>
{/form}