Skip to content

Commit b529c34

Browse files
committed
QA Feedback: Incorrect image url
1 parent 668589c commit b529c34

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

core/views.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,9 +239,10 @@ def get_v3_context_data(self, **kwargs):
239239
"<li>Recent activity feed</li>"
240240
"</ul>"
241241
)
242-
ctx["create_account_card_preview_url"] = (
243-
large_static("img/v3/community-page/community-create-account-preview.png"),
242+
ctx["create_account_card_preview_url"] = large_static(
243+
"img/v3/community-page/community-create-account-preview.png"
244244
)
245+
245246
return ctx
246247

247248

0 commit comments

Comments
 (0)