Skip to content

Commit

Permalink
fixes #6
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew13 committed Mar 6, 2013
1 parent e527405 commit 1d402a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/site/user/login.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div class="page-header">
<h1>Login into your account</h1>
</div>
<form method="POST" action="/user/login" accept-charset="UTF-8">
<form method="POST" action="{{ URL:to('user/login') }}" accept-charset="UTF-8">
<input type="hidden" name="csrf_token" value="{{ Session::getToken() }}">
<fieldset>
<label for="email">{{ Lang::get('confide::confide.username_e_mail') }}</label>
Expand Down

3 comments on commit 1d402a8

@RokSiEu
Copy link

@RokSiEu RokSiEu commented on 1d402a8 Mar 7, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After changing the file I get
"Ouch.
Server Error: 500 (Internal Server Error)"
at http://localhost/laravel4/public/user/login

@andrew13
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's the correct path to your install correct?

@RokSiEu
Copy link

@RokSiEu RokSiEu commented on 1d402a8 Mar 7, 2013 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.