diff --git a/xmodule/item_bank_block.py b/xmodule/item_bank_block.py
index 7adf935e48..b53617e2c8 100644
--- a/xmodule/item_bank_block.py
+++ b/xmodule/item_bank_block.py
@@ -512,7 +512,7 @@ class ItemBankBlock(ItemBankMixin, XBlock):
# Show a summary message and instructions.
summary_html = loader.render_django_template('templates/item_bank/author_view.html', {
# Due to template interpolation limitations, we have to pass some HTML for the link here:
- "view_link": f'',
+ "view_link": f'',
"blocks": [
{"display_name": display_name_with_default(child)}
for child in self.get_children()