prompt 8
This commit is contained in:
8
web/templates/admin/dashboard.html
Normal file
8
web/templates/admin/dashboard.html
Normal file
@@ -0,0 +1,8 @@
|
||||
{{define "content"}}
|
||||
<h1>Admin Dashboard</h1>
|
||||
<p class="muted">Area amministrazione.</p>
|
||||
<div class="row">
|
||||
<a href="/admin/users">Gestione utenti</a>
|
||||
<a href="/users">Vista utenti (private)</a>
|
||||
</div>
|
||||
{{end}}
|
||||
Reference in New Issue
Block a user