No form should be using the Form facade... Closes #374

This commit is contained in:
James Brooks
2015-02-06 14:32:17 +00:00
parent c796742812
commit bddfbb855b
13 changed files with 21 additions and 8 deletions
+1
View File
@@ -14,6 +14,7 @@
<div class="col-sm-12">
@include('partials.dashboard.errors')
<form name="UserForm" class="form-horizontal" role="form" action="/dashboard/team/{{ $user->id }}" method="POST">
{{ Form::token() }}
<fieldset>
<div class="form-group">
<label>{{ trans('forms.user.username') }}</label>