diff --git a/resources/views/evento/formulario/finalizar.blade.php b/resources/views/evento/formulario/finalizar.blade.php index eddc23c705c16a590f74c4392540a88efeb9cf45..f980b6f30c9a5b83418dbeb916fc8d39a261edd6 100755 --- a/resources/views/evento/formulario/finalizar.blade.php +++ b/resources/views/evento/formulario/finalizar.blade.php @@ -10,7 +10,7 @@
* Campos obrigatórios
- +
diff --git a/resources/views/projeto/editaFormulario/finalizar.blade.php b/resources/views/projeto/editaFormulario/finalizar.blade.php index 62563de5a606c89ea15d41802db068eccea88345..1236dc0681fbf8b300b48fdafbd468b4505db85b 100755 --- a/resources/views/projeto/editaFormulario/finalizar.blade.php +++ b/resources/views/projeto/editaFormulario/finalizar.blade.php @@ -12,9 +12,9 @@ Cancelar - @if(Auth::user()->tipo != 'administrador') + @if($errors->any()) diff --git a/resources/views/projeto/editar.blade.php b/resources/views/projeto/editar.blade.php index 93ceeed64e13dfbe560179571b3226ffa3e4bcf9..dfe39830964be22b6f1f1c739a7f2f2dd3296bfc 100755 --- a/resources/views/projeto/editar.blade.php +++ b/resources/views/projeto/editar.blade.php @@ -105,27 +105,29 @@