frontend: team registration

This commit is contained in:
nemunaire 2017-12-21 22:18:18 +01:00
commit 184714aeeb
10 changed files with 208 additions and 28 deletions

View file

@ -138,7 +138,7 @@ func treat(raw_path string) {
if len(spath) == 3 {
if spath[1] == "_registration" {
treatRegistration(raw_path)
treatRegistration(raw_path, spath[2])
} else if team, err := fic.GetTeamByInitialName(spath[1]); err != nil {
log.Println("[ERR]", err)
} else if spath[2] == "name" {