Skip to content

Commit d8acfd1

Browse files
committed
QA feedback: update post cards arguments
1 parent ae050e6 commit d8acfd1

1 file changed

Lines changed: 1 addition & 17 deletions

File tree

core/views.py

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -514,23 +514,7 @@ def get_v3_context_data(self, **kwargs):
514514
"view_all_url": "#",
515515
"view_all_label": "View All Posts",
516516
"variant": "Content Card",
517-
"posts": 4
518-
* [
519-
{
520-
"title": "A talk by Richard Thomson at the Utah C++ Programmers Group",
521-
"url": "#",
522-
"description": "Lorem Ispum Sum Delores",
523-
"date": "03/03/2025",
524-
"category": "Issues",
525-
"tag": "beast",
526-
"author": {
527-
"name": "Richard Thomson",
528-
"role": "Contributor",
529-
"show_badge": True,
530-
"avatar_url": "/static/img/v3/demo_page/Avatar.png",
531-
},
532-
}
533-
],
517+
"posts": SharedResources.demo_posts[0:4],
534518
}
535519
ctx["boost_community_data"] = {
536520
"heading": "The Boost community",

0 commit comments

Comments
 (0)