Skip to content

Commit

Permalink
racing team info results view now shows time (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
louking committed Dec 11, 2024
1 parent 2fe8303 commit 15b7ca8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/members/views/admin/racingteam_admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,8 @@ def validate_form(self, action, formdata):
},
{'data': 'surface', 'name': 'surface', 'label': 'Surface',
},
{'data': 'time', 'name': 'time', 'label': 'Time',
},
{'data': 'agegrade', 'name': 'agegrade', 'label': 'Age Grade',
},
{'data': 'awards', 'name': 'awards', 'label': 'Awards',
Expand Down

0 comments on commit 15b7ca8

Please sign in to comment.