Make create game button primary

This commit is contained in:
IamTheFij 2020-04-06 16:51:36 -07:00
parent a40a6a37f5
commit d7baf19047
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@
{% block content %}
<h1>New game</h1>
{{ render_form(form) }}
{{ render_form(form, button_map={"submit": "primary"}) }}
{% endblock %}