Merge pull request 'Ajouter lien vers panneau admin à header' (#51) from feature/header-admin into main

Reviewed-on: #51
This commit is contained in:
Victor Lacasse-Beaudoin 2023-04-28 19:29:02 -05:00
commit cfa4ca49f1
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,3 @@
{{ define "general-html" }}
<link rel="stylesheet" href="static/general.css">
<link rel="stylesheet" href="/static/general.css">
{{ end }}

View file

@ -9,4 +9,8 @@
<li><a href="/formulaires">Formulaires</a></li>
</ul>
<ul>
<li><a href="/admin">admin</a></li>
</ul>
{{ end }}