mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
portico: Add svgs of sea creatures.
This commit is contained in:
@@ -40,9 +40,9 @@ From image editing program:
|
||||
|
||||
UserProfile.objects.filter(email__contains='stage').delete()
|
||||
starr = do_create_user('1@stage.example.com', 'password', realm, 'Ada Starr', '')
|
||||
self.set_avatar(starr, 'static/images/features/starr.png')
|
||||
self.set_avatar(starr, 'static/images/characters/starr.png')
|
||||
fisher = do_create_user('2@stage.example.com', 'password', realm, 'Bel Fisher', '')
|
||||
self.set_avatar(fisher, 'static/images/features/fisher.png')
|
||||
self.set_avatar(fisher, 'static/images/characters/fisher.png')
|
||||
twitter_bot = do_create_user('3@stage.example.com', 'password', realm, 'Twitter Bot', '',
|
||||
bot_type=UserProfile.DEFAULT_BOT)
|
||||
self.set_avatar(twitter_bot, 'static/images/features/twitter.png')
|
||||
|
||||
Reference in New Issue
Block a user