We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 668589c commit b529c34Copy full SHA for b529c34
1 file changed
core/views.py
@@ -239,9 +239,10 @@ def get_v3_context_data(self, **kwargs):
239
"<li>Recent activity feed</li>"
240
"</ul>"
241
)
242
- ctx["create_account_card_preview_url"] = (
243
- large_static("img/v3/community-page/community-create-account-preview.png"),
+ ctx["create_account_card_preview_url"] = large_static(
+ "img/v3/community-page/community-create-account-preview.png"
244
245
+
246
return ctx
247
248
0 commit comments