diff options
Diffstat (limited to 'backend/admin/templates/game_edit.html')
| -rw-r--r-- | backend/admin/templates/game_edit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/admin/templates/game_edit.html b/backend/admin/templates/game_edit.html index f40cc5d..c1e38a6 100644 --- a/backend/admin/templates/game_edit.html +++ b/backend/admin/templates/game_edit.html @@ -43,7 +43,7 @@ </div> <div> <label>Problem ID</label> - <input type="text" name="problem_id" value="{{ if .Game.ProblemID }}{{ .Game.ProblemID }}{{ end }}"> + <input type="text" name="problem_id" value="{{ .Game.ProblemID }}"> </div> <div> <button type="submit">Save</button> |
