We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae050e6 commit d8acfd1Copy full SHA for d8acfd1
1 file changed
core/views.py
@@ -514,23 +514,7 @@ def get_v3_context_data(self, **kwargs):
514
"view_all_url": "#",
515
"view_all_label": "View All Posts",
516
"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
- ],
+ "posts": SharedResources.demo_posts[0:4],
534
}
535
ctx["boost_community_data"] = {
536
"heading": "The Boost community",
0 commit comments