make profile background text shorter

master
Aevann 2023-06-30 18:33:34 +03:00
parent b12b057114
commit 34519c9483
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@
<label class="btn btn-primary" for="upload-profile-background-file" 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 %}