Changing startup status to use requested url for continue link.

This commit is contained in:
briancaruso 2012-06-19 15:46:20 +00:00
parent 4bf0729f04
commit 0324d89561
2 changed files with 16 additions and 5 deletions

View file

@ -100,7 +100,7 @@
<#-- If there were no fatal errors, let them go forward from here. -->
<#if showLink>
<p><a href="." title="continue">Continue</a></p>
<p><a href="${url}" title="continue">Continue</a></p>
</#if>
</#if>