Commit fae342e7 authored by unknown's avatar unknown
Browse files

Bloquear a possibilidade de alterar o link do lattes na edição de um projeto

parent 86b9c319
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
<div class="col-md-11"> <div class="col-md-11">
<br> <br>
<input class="form-control @error('linkLattesEstudante') is-invalid @enderror" type="text" name="linkLattesEstudante" <input class="form-control @error('linkLattesEstudante') is-invalid @enderror" type="text" name="linkLattesEstudante"
readonly="readonly"
@if(Auth()->user()->proponentes != null && Auth()->user()->proponentes->linkLattes != null) @if(Auth()->user()->proponentes != null && Auth()->user()->proponentes->linkLattes != null)
value="{{ Auth()->user()->proponentes->linkLattes }}" value="{{ Auth()->user()->proponentes->linkLattes }}"
@else @else
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment