We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4210b35 commit 081c2f0Copy full SHA for 081c2f0
11 files changed
core/views.py
@@ -231,7 +231,7 @@ def get_v3_context_data(self, **kwargs):
231
"</ul>"
232
)
233
ctx["create_account_card_preview_url"] = (
234
- f"{settings.STATIC_URL}img/v3/Community-page/"
+ f"{settings.STATIC_URL}img/v3/community-page/"
235
"community-create-account-preview.png"
236
237
return ctx
…mmunity-page/avatar-beaver-character.png …mmunity-page/avatar-beaver-character.pngstatic/img/v3/Community-page/avatar-beaver-character.png renamed to static/img/v3/community-page/avatar-beaver-character.png
…munity-page/avatar-cheetah-character.png …munity-page/avatar-cheetah-character.pngstatic/img/v3/Community-page/avatar-cheetah-character.png renamed to static/img/v3/community-page/avatar-cheetah-character.png
…Community-page/avatar-fish-character.png …community-page/avatar-fish-character.pngstatic/img/v3/Community-page/avatar-fish-character.png renamed to static/img/v3/community-page/avatar-fish-character.png
…ommunity-page/avatar-mouse-character.png …ommunity-page/avatar-mouse-character.pngstatic/img/v3/Community-page/avatar-mouse-character.png renamed to static/img/v3/community-page/avatar-mouse-character.png
…/Community-page/community-background.png …/community-page/community-background.pngstatic/img/v3/Community-page/community-background.png renamed to static/img/v3/community-page/community-background.png
…age/community-create-account-preview.png …age/community-create-account-preview.pngstatic/img/v3/Community-page/community-create-account-preview.png renamed to static/img/v3/community-page/community-create-account-preview.png
…/Community-page/community-foreground.png …/community-page/community-foreground.pngstatic/img/v3/Community-page/community-foreground.png renamed to static/img/v3/community-page/community-foreground.png
…-page/community-mailing-list-preview.png …-page/community-mailing-list-preview.pngstatic/img/v3/Community-page/community-mailing-list-preview.png renamed to static/img/v3/community-page/community-mailing-list-preview.png
…mmunity-page/community-slack-preview.png …mmunity-page/community-slack-preview.pngstatic/img/v3/Community-page/community-slack-preview.png renamed to static/img/v3/community-page/community-slack-preview.png
0 commit comments