mirror of
https://github.com/h44z/wg-portal.git
synced 2025-11-03 15:46:17 +00:00
fix user_edit template
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
{{template "prt_nav.html" .}}
|
||||
<div class="container mt-5">
|
||||
{{if eq .User.CreatedAt .Epoch}}
|
||||
<h1>Create a new user</h1>
|
||||
<h1>Create a new user</h1><!-- fix me!!! -.>
|
||||
{{else}}
|
||||
<h1>Edit user <strong>{{.User.Email}}</strong></h1>
|
||||
{{end}}
|
||||
|
||||
Reference in New Issue
Block a user