frontend: add players possibility to report problems with exercices

This commit is contained in:
nemunaire 2020-01-20 15:56:02 +01:00
commit 9186bbc229
13 changed files with 206 additions and 0 deletions

View file

@ -186,6 +186,8 @@ func treat(raw_path string) {
switch spath[2] {
case "name":
treatRename(raw_path, team)
case "issue":
treatIssue(raw_path, team)
case "hint":
treatOpeningHint(raw_path, team)
case "choices":