Compare commits

..

No commits in common. "3f3730fce55324ba2a305366a76df01ff716b6f4" and "042c9a7a2ff61171c712d6209e479ba3609220aa" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View File

@ -6,9 +6,6 @@
<!--begin::Heading-->
<div class="text-center mb-11">
<!--begin::Title-->
<img alt="Logo" src="{{ image('logos/logo_agi.png') }}" class="h-60px h-lg-75px"/>
<br>
<br>
<h1 class="text-dark fw-bolder mb-3">
Sign In
</h1>

View File

@ -79,7 +79,7 @@
$("#role_" + _role).prop('checked', true);
}
$('.form_{{$route[0].'_'.$route[1]}}').attr('action', '{{ URL::to('/'.$route[1].'/') }}/' + response.data.id).append('<input type="hidden" name="_method" value="PUT">');
$('.form_{{$route[0].'_'.$route[1]}}').attr('action', '{{ URL::to('/'.$route[0].'/'.$route[1].'/') }}/' + response.data.id).append('<input type="hidden" name="_method" value="PUT">');
$('#kt_modal_{{$route[0].'_'.$route[1]}}').modal('show');
}
})