shorten profile background url on mobile too

master
Aevann 2023-07-01 18:33:06 +03:00
parent ecb13538ec
commit 2dde07bf0f
1 changed files with 1 additions and 1 deletions

View File

@ -482,7 +482,7 @@
<label class="btn btn-primary text-break" for="upload-profile-background-file-mobile" style="margin-bottom:0!important">
<i class="fas fa-image mr-1"></i>
{% if v.profile_background %}
{{v.profile_background}}
{{v.profile_background.split('/')[-1]}}
{% else %}
Upload Profile Background
{% endif %}