From d7baf19047096af631f2b9710f5d74b0cf7f101b Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Mon, 6 Apr 2020 16:51:36 -0700 Subject: [PATCH] Make create game button primary --- fishbowl/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fishbowl/templates/index.html b/fishbowl/templates/index.html index 5ab406b..474b9b1 100644 --- a/fishbowl/templates/index.html +++ b/fishbowl/templates/index.html @@ -3,6 +3,6 @@ {% block content %}

New game

- {{ render_form(form) }} + {{ render_form(form, button_map={"submit": "primary"}) }} {% endblock %}