CHANGE: added team page + working on function
This commit is contained in:
@@ -52,7 +52,6 @@ func getBookings(w http.ResponseWriter, r *http.Request) {
|
||||
http.Error(w, "Not logged in!", http.StatusForbidden)
|
||||
return
|
||||
}
|
||||
|
||||
user, err = (*models.User).GetByPersonalNummer(nil, Session.GetInt(r.Context(), "user"))
|
||||
}
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user