Update default new user profile pic.
* add feather asset from opensymbols ([url](https://www.opensymbols.org/symbols/language-craft/feather-b135df39?id=44015)) * update routes/login.py to use new feather.webp emoji * update seed-db.sql to add feather emoji Co-authored-by: Motte Lurk <mottelurk@proton.me> Co-authored-by: Ben Rog-Wilhelm <zorba@pavlovian.net>
This commit is contained in:
parent
8e3ee8d9a2
commit
d0c9a6b2d7
3 changed files with 2 additions and 2 deletions
|
@ -321,7 +321,7 @@ def sign_up_post(v):
|
|||
session["history"] = []
|
||||
else: admin_level=0
|
||||
|
||||
profileurl = '/e/' + random.choice(marseys_const) + '.webp'
|
||||
profileurl = '/e/feather.webp'
|
||||
|
||||
new_user = User(
|
||||
username=username,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue