fixed button for unauthenticated page leading to 404 page

when unauthenticated the button which should lead to ensl.org let to
gathers.ensl.org/www.ensl.org.
should be fixed now
This commit is contained in:
Absurdon 2016-04-04 18:06:27 +02:00 committed by Chris Blanchard
parent 3c34091467
commit dae46a579c
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ const AuthFailedSplash = React.createClass({
<h3><small>If you are logged on, try visiting a few pages on ENSL.org so the server can update your cookies</small></h3>
<h3><small>If this error persists please contact an admin to fix it</small></h3>
<br />
<p><a className="btn btn-primary btn-lg" href="www.ensl.org" role="button">Go to website</a></p>
<p><a className="btn btn-primary btn-lg" href="http://www.ensl.org" role="button">Go to website</a></p>
</div>
</div>
</div>