mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-10 15:21:56 +00:00
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:
parent
3c34091467
commit
dae46a579c
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue