Skip to content

Commit 081c2f0

Browse files
committed
chore: lowercase Community-page image folder for case-sensitive filesystems
1 parent 4210b35 commit 081c2f0

11 files changed

Lines changed: 2 additions & 2 deletions

core/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def get_v3_context_data(self, **kwargs):
231231
"</ul>"
232232
)
233233
ctx["create_account_card_preview_url"] = (
234-
f"{settings.STATIC_URL}img/v3/Community-page/"
234+
f"{settings.STATIC_URL}img/v3/community-page/"
235235
"community-create-account-preview.png"
236236
)
237237
return ctx

static/img/v3/Community-page/avatar-beaver-character.png renamed to static/img/v3/community-page/avatar-beaver-character.png

File renamed without changes.

static/img/v3/Community-page/avatar-cheetah-character.png renamed to static/img/v3/community-page/avatar-cheetah-character.png

File renamed without changes.

static/img/v3/Community-page/avatar-fish-character.png renamed to static/img/v3/community-page/avatar-fish-character.png

File renamed without changes.

static/img/v3/Community-page/avatar-mouse-character.png renamed to static/img/v3/community-page/avatar-mouse-character.png

File renamed without changes.
File renamed without changes.

static/img/v3/Community-page/community-create-account-preview.png renamed to static/img/v3/community-page/community-create-account-preview.png

File renamed without changes.
File renamed without changes.

static/img/v3/Community-page/community-mailing-list-preview.png renamed to static/img/v3/community-page/community-mailing-list-preview.png

File renamed without changes.

static/img/v3/Community-page/community-slack-preview.png renamed to static/img/v3/community-page/community-slack-preview.png

File renamed without changes.

0 commit comments

Comments
 (0)