diff --git a/basehub/values.yaml.j2 b/basehub/values.yaml.j2
index 90d7bd8..a576208 100644
--- a/basehub/values.yaml.j2
+++ b/basehub/values.yaml.j2
@@ -87,7 +87,10 @@ jupyterhub:
(r"faq", FAQHandler),
])
20-announce: |
- c.JupyterHub.template_vars = {'announcement_login': 'The site is in beta testing. Please report any issue you might encounter in the AiiDAlab Demo GitHub repository.'}
+ c.JupyterHub.template_vars = {
+ 'announcement_login': 'The site is in beta testing. Please report any issue you might encounter in the AiiDAlab Demo GitHub repository.',
+ 'announcement': 'The site is in beta testing. Use it at your own risk.',
+ }
extraVolumes:
- name: hub-templates
configMap: