From 4aa74c07682ebac1929e4a86868038817ea7bbde Mon Sep 17 00:00:00 2001 From: jordi fita mas Date: Sun, 24 Sep 2023 03:18:39 +0200 Subject: [PATCH] =?UTF-8?q?Add=20the=20=E2=80=9Cnormal=E2=80=9D=20link=20t?= =?UTF-8?q?o=20campsite=20administration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This link is supposed to be for employees, to see the map and check on campsites’ availability. Currently, it shows the same for employees and admins, but it will need to change. --- web/templates/admin/layout.gohtml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/templates/admin/layout.gohtml b/web/templates/admin/layout.gohtml index e3cd486..7d6fffb 100644 --- a/web/templates/admin/layout.gohtml +++ b/web/templates/admin/layout.gohtml @@ -48,6 +48,9 @@
  • {{( pgettext "Dashboard" "title" )}}
  • +
  • + {{( pgettext "Campsites" "title" )}} +
  • {{- end }}