Skip to content
Snippets Groups Projects
Commit 372140d6 authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Local url corruption fix in Boostrap for the Create Account link.

parent 87fead3e
No related merge requests found
......@@ -8,7 +8,7 @@
<div class="controls">
<input class="btn btn-primary" type="submit" name="processLogin" value="Login">
<? if ($account->supportsCreation()): ?>
<a class="btn btn-link" href="/digitaldev/MyResearch/Account">Create New Account</a>
<a class="btn btn-link" href="<?=$this->url('myresearch-account') ?>">Create New Account</a>
<? endif; ?>
</div>
</div>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment