HKFC Men's C Team MotM and DotD online vote admin page

Back to Admin Dashboard
{% with messages = get_flashed_messages() %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %} {% endwith %}

{{ form.csrf_token }} HKFC C Next Opponent:

View HK Hockey Fixtures
Date: {{ form.nextMatchDate(class_="form-control", id="nextMatchDate") }}

Opposition {{ form.nextOppoTeam(class_="form-control", id="nextOppoTeam") }}
Current Man of the Match: {{ form.currMotM(class_="form-control") }}
Current Dick of the Day: {{ form.currDotD(class_="form-control") }}
{% if not form.currMotM.choices or form.currMotM.choices|length == 0 %}
Note: No players available for previous MOTM/DotD. This is normal if you haven't set up a match squad yet. You can still save the match details.
{% endif %}

{{ form.saveButton(class_="btn btn-success") }} {{ form.activateButton(class_="btn btn-primary") }} Cancel