From 8e37247b7f698a81db298e10d8eece7ec3d6e9a1 Mon Sep 17 00:00:00 2001 From: Tim Kreuzer <t.kreuzer@fz-juelich.de> Date: Thu, 27 Jun 2024 12:42:21 +0200 Subject: [PATCH] test frontend parts --- templates/login.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/login.html b/templates/login.html index 5dbc746..7cc5565 100644 --- a/templates/login.html +++ b/templates/login.html @@ -15,7 +15,7 @@ </div> <h3>{{ title_text }}</h3> </a> - <p class="fs-5" style="color: #023d6b;">We are pleased to bring "Supercomputing in your browser".</p> + <p class="fs-5" style="color: #023d6b;">A central JupyterHub everyone within NFDI.</p> <p class="fs-5"> {{ text }} <a target="_blank" href="{{href}}">Read more.</a> </p> </div> {%- endmacro -%} -- GitLab