Skip to content

Commit 2a5aa47

Browse files
committed
fix: rename variable
* the variable name in communities_requests is community and not community_ui, so add community_ui=community_ui
1 parent c03ec54 commit 2a5aa47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

invenio_communities/views/communities.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# This file is part of Invenio.
44
# Copyright (C) 2016-2024 CERN.
5-
# Copyright (C) 2023 Graz University of Technology.
5+
# Copyright (C) 2023-2025 Graz University of Technology.
66
# Copyright (C) 2024 KTH Royal Institute of Technology.
77
#
88
# Invenio is free software; you can redistribute it and/or modify it
@@ -392,6 +392,7 @@ def communities_requests(pid_value, community, community_ui):
392392
"invenio_communities/details/requests/index.html",
393393
theme=community_ui.get("theme", {}),
394394
community=community_ui,
395+
community_ui=community_ui,
395396
permissions=permissions,
396397
)
397398

0 commit comments

Comments
 (0)