diff options
Diffstat (limited to 'ogcp/templates')
-rw-r--r-- | ogcp/templates/auth/login.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/templates/auth/login.html b/ogcp/templates/auth/login.html index 182bd52..ee3f2e3 100644 --- a/ogcp/templates/auth/login.html +++ b/ogcp/templates/auth/login.html @@ -15,7 +15,7 @@ {{ wtf.quick_form(form, method='post', form_type='basic', - button_map={'submit':'primary'}) }} + button_map={'submit_btn':'primary'}) }} </div> <!-- /.login-card-body --> </div> |