we have fixtures ladies and gentleman
This commit is contained in:
@@ -89,7 +89,7 @@ func NewTeamSubmit(
|
||||
notify.Warn(s, w, r, "Duplicate Short Names", "This combination of short names is already taken.", nil)
|
||||
return
|
||||
}
|
||||
respond.HXRedirect(w, "teams")
|
||||
respond.HXRedirect(w, "/teams")
|
||||
notify.SuccessWithDelay(s, w, r, "Team Created", fmt.Sprintf("Successfully created team: %s", name), nil)
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user