From 7f86044d93eb7c43e172322f46ae98df375dff76 Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Tue, 15 Feb 2022 16:10:29 +0000 Subject: [PATCH] COVID information option in navigation bar with upper case --- cara/apps/templates/cern/layout.html.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cara/apps/templates/cern/layout.html.j2 b/cara/apps/templates/cern/layout.html.j2 index 44397281..8972732f 100644 --- a/cara/apps/templates/cern/layout.html.j2 +++ b/cara/apps/templates/cern/layout.html.j2 @@ -1,5 +1,5 @@ {% extends "base/layout.html.j2" %} {% block covid_information %} - + {% endblock covid_information %} \ No newline at end of file