Merge pull request #902 from openclassify/sametacc

account freez
This commit is contained in:
Fatih Alp 2021-01-07 11:56:24 +03:00 committed by GitHub
commit 5e54938e75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,7 +92,7 @@
<p class="mb-0 mr-4"> <p class="mb-0 mr-4">
{{ trans('visiosoft.module.profile::message.disable_account') }} {{ trans('visiosoft.module.profile::message.disable_account') }}
</p> </p>
<a href="{{ url_route("visiosoft.module.profile::profile_close_account") }}" class="btn btn-danger text-white"> <a href="{{ url_route("visiosoft.module.profile::profile_close_account") }}" class="btn btn-danger account-freeze text-white">
{{ trans("visiosoft.module.profile::field.disable_account.name") }} {{ trans("visiosoft.module.profile::field.disable_account.name") }}
</a> </a>
</div> </div>