diff --git a/app/templates/login.html b/app/templates/login.html
index 524c0e5..b8fe51b 100644
--- a/app/templates/login.html
+++ b/app/templates/login.html
@@ -5,7 +5,7 @@
Sign In
- {{ wtf.quick_form(form, button_map={'submit': 'primary'})) }}
+ {{ wtf.quick_form(form, button_map={'submit': 'primary'}) }}
diff --git a/app/templates/register.html b/app/templates/register.html
index 69253d7..659915d 100644
--- a/app/templates/register.html
+++ b/app/templates/register.html
@@ -5,7 +5,7 @@
Register
- {{ wtf.quick_form(form, button_map={'submit': 'primary'})) }}
+ {{ wtf.quick_form(form, button_map={'submit': 'primary'}) }}
{% endblock %}
\ No newline at end of file