fdsfds
This commit is contained in:
parent
69913f5b97
commit
dd547903dc
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue