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

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

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

Date: {{ form.nextMatch(class_="form-control") }}

Opposition {{ form.nextOppoTeam(class_="form-control") }}
Current Man of the Match: {{ form.currMotM(class_="form-control") }}
Current Dick of the Day: {{ form.currDotD(class_="form-control") }}

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