Manage hockey clubs in the database
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}| ID | Club Name | Logo URL | Actions |
|---|---|---|---|
| {{ club.id }} | {{ club.hockey_club }} | {{ club.logo_url }} | Edit |
There are no clubs in the database. Add the first club to get started.