aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/web/base/report/new/login_success_form.html3
-rw-r--r--templates/web/base/report/new/oauth_email_form.html1
2 files changed, 3 insertions, 1 deletions
diff --git a/templates/web/base/report/new/login_success_form.html b/templates/web/base/report/new/login_success_form.html
index 5038c6beb..b9abf2023 100644
--- a/templates/web/base/report/new/login_success_form.html
+++ b/templates/web/base/report/new/login_success_form.html
@@ -13,6 +13,7 @@
[% ELSE %]
[% PROCESS "report/form/user_loggedout.html" type='report' object=report %]
[% END %]
- [% PROCESS 'report/new/form_report.html' %]
+ [% PROCESS 'report/new/form_report.html' %]
+ <input class="btn btn--primary btn--block btn--final js-submit_register" type="submit" name="submit_register" value="[% loc('Submit') %]">
</div>
</fieldset>
diff --git a/templates/web/base/report/new/oauth_email_form.html b/templates/web/base/report/new/oauth_email_form.html
index 5b4622cda..8e5b9a7ae 100644
--- a/templates/web/base/report/new/oauth_email_form.html
+++ b/templates/web/base/report/new/oauth_email_form.html
@@ -17,5 +17,6 @@
<input type="hidden" name="oauth_need_email" value="1">
[% PROCESS 'report/new/form_report.html' %]
+ <input class="btn btn--primary btn--block btn--final js-submit_register" type="submit" name="submit_register" value="[% loc('Submit') %]">
</div>
</fieldset>