Ajouter lien vers panneau admin à header #51
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
{{ define "general-html" }}
|
||||
<link rel="stylesheet" href="static/general.css">
|
||||
<link rel="stylesheet" href="/static/general.css">
|
||||
{{ end }}
|
||||
|
|
|
@ -9,4 +9,8 @@
|
|||
<li><a href="/formulaires">Formulaires</a></li>
|
||||
</ul>
|
||||
|
||||
<ul>
|
||||
<li><a href="/admin">admin</a></li>
|
||||
</ul>
|
||||
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in a new issue