reports kind of working?

This commit is contained in:
Mann Patel
2025-08-30 12:59:30 -06:00
parent 044580f02a
commit 9bb0a4adef
7 changed files with 1702 additions and 47 deletions

View File

@@ -13,7 +13,6 @@ import (
func VolunteerHandler(w http.ResponseWriter, r *http.Request) {
// TODO: Replace this with actual session/jwt extraction
currentAdminID := r.Context().Value("user_id").(int)
username,_ := models.GetCurrentUserName(r)
@@ -134,12 +133,4 @@ func EditVolunteerHandler(w http.ResponseWriter, r *http.Request) {
http.Redirect(w, r, "/volunteers", http.StatusSeeOther)
}
}
//assign volunterr the title of team_leader
//Team View
//edit volnteer data
//
}