Skip to content

Commit e0d158c

Browse files
committed
QA Feedback: Incorrect image url
1 parent cda60bc commit e0d158c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

core/views.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,8 +332,8 @@ def get_v3_context_data(self, **kwargs):
332332
"<li>Recent activity feed</li>"
333333
"</ul>"
334334
)
335-
ctx["create_account_card_preview_url"] = (
336-
large_static("img/v3/community-page/community-create-account-preview.png"),
335+
ctx["create_account_card_preview_url"] = large_static(
336+
"img/v3/community-page/community-create-account-preview.png"
337337
)
338338
now = timezone.now()
339339
ctx["recent_threads_url"] = (

0 commit comments

Comments
 (0)