Skip to content

Commit

Permalink
racing team application results view now shows time (#619)
Browse files Browse the repository at this point in the history
  • Loading branch information
louking committed Dec 12, 2024
1 parent 15b7ca8 commit f2b6138
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 @@ -388,6 +388,8 @@ def beforequery(self):
},
{'data': 'surface', 'name': 'surface', 'label': 'Surface',
},
{'data': 'time', 'name': 'time', 'label': 'Time',
},
{'data': 'agegrade', 'name': 'agegrade', 'label': 'Age Grade',
},
{'data': 'url', 'name': 'url', 'label': 'Results Link',
Expand Down

0 comments on commit f2b6138

Please sign in to comment.