portico: Add svgs of sea creatures.
After Width: | Height: | Size: 78 KiB |
After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 160 KiB After Width: | Height: | Size: 160 KiB |
Before Width: | Height: | Size: 9.5 KiB After Width: | Height: | Size: 9.5 KiB |
After Width: | Height: | Size: 47 KiB |
After Width: | Height: | Size: 8.1 KiB |
Before Width: | Height: | Size: 90 KiB After Width: | Height: | Size: 90 KiB |
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 6.7 KiB |
|
@ -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')
|
||||
|
|