Skip to content
Snippets Groups Projects
Commit ec7a5567 authored by Felix Schäfer's avatar Felix Schäfer :construction_worker:
Browse files

Actually cache the registrations table

parent 86ab2d48
No related branches found
No related tags found
No related merge requests found
...@@ -51,6 +51,7 @@ def add_public_registrations_table(sender, **kwargs): ...@@ -51,6 +51,7 @@ def add_public_registrations_table(sender, **kwargs):
'headers': headers, 'headers': headers,
'public_registrations': public_registrations 'public_registrations': public_registrations
}) })
sender.cache.set('public_registrations_table_' + get_language(), cached)
return cached return cached
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment