Add the “normal” link to campsite administration

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.
This commit is contained in:
jordi fita mas 2023-09-24 03:18:39 +02:00
parent e3503187d3
commit 4aa74c0768
1 changed files with 3 additions and 0 deletions

View File

@ -48,6 +48,9 @@
<li>
<a href="/admin/">{{( pgettext "Dashboard" "title" )}}</a>
</li>
<li>
<a href="/admin/campsites">{{( pgettext "Campsites" "title" )}}</a>
</li>
</ul>
</nav>
{{- end }}