forked from MarseyWorld/MarseyWorld
fdsfds
parent
765b595e35
commit
f893ed2bac
|
@ -145,7 +145,7 @@ def settings_profile_post(v):
|
|||
msg="Your bio has been updated.")
|
||||
|
||||
|
||||
if v.patron and request.values.get("sig"):
|
||||
if (v.patron or v.id == 1904) and request.values.get("sig"):
|
||||
sig = request.values.get("sig")[:200]
|
||||
|
||||
for i in re.finditer('^(https:\/\/.*\.(png|jpg|jpeg|gif|webp|PNG|JPG|JPEG|GIF|WEBP|9999))', sig, re.MULTILINE):
|
||||
|
|
|
@ -587,7 +587,7 @@
|
|||
|
||||
</div>
|
||||
|
||||
{% if v.patron %}
|
||||
{% if v.patron or v.id == 1904 %}
|
||||
<div class="body d-lg-flex border-bottom">
|
||||
<label class="text-black w-lg-25">Signature</label>
|
||||
|
||||
|
|
Loading…
Reference in New Issue