Show current user in top bar
This commit is contained in:
parent
8e9fb55710
commit
0bb49019b6
4 changed files with 56 additions and 41 deletions
|
|
@ -31,7 +31,7 @@ func viewerHandler(w http.ResponseWriter, r *http.Request) {
|
|||
renderViewerTree(w, account)
|
||||
return
|
||||
}
|
||||
renderShell(w, "", `<div class="ef-empty">Backup-Postfach links waehlen.</div>`)
|
||||
renderShell(w, r, "", `<div class="ef-empty">Backup-Postfach links waehlen.</div>`)
|
||||
}
|
||||
|
||||
func messageHandler(w http.ResponseWriter, r *http.Request) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue