Skip to content

Commit

Permalink
Update admin users view, fix website value. Closes #4557
Browse files Browse the repository at this point in the history
  • Loading branch information
dansup committed Jul 30, 2023
1 parent 1c105a6 commit c469d47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/admin/users/edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
</div>
<div class="form-group">
<label class="font-weight-bold text-muted">Website</label>
<input type="text" class="form-control" name="website" value="{{$user->website}}" placeholder="No website added">
<input type="text" class="form-control" name="website" value="{{$profile->website}}" placeholder="No website added">
</div>
<div class="form-group">
<label class="font-weight-bold text-muted">Admin</label>
Expand All @@ -97,4 +97,4 @@
</div>
</div>

@endsection
@endsection

0 comments on commit c469d47

Please sign in to comment.