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:
Ben Rog-Wilhelm 2022-05-21 21:35:39 -05:00 committed by GitHub
parent 8e3ee8d9a2
commit d0c9a6b2d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

View file

@ -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,

File diff suppressed because one or more lines are too long