fix too long profile background url
parent
ece7e2c6d1
commit
273f16fe60
|
@ -414,7 +414,7 @@
|
|||
<div>
|
||||
<form class="mt-3" id="upload-profile-background-mobile" action="/settings/profile_background" method="post" enctype="multipart/form-data">
|
||||
<input hidden name="formkey" value="{{v|formkey}}">
|
||||
<label class="btn btn-primary" for="upload-profile-background-file-mobile" style="margin-bottom:0!important">
|
||||
<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}}
|
||||
|
|
Loading…
Reference in New Issue