diff options
Diffstat (limited to 'templates/web/base/report/update-form-wrapper.html')
-rw-r--r-- | templates/web/base/report/update-form-wrapper.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/report/update-form-wrapper.html b/templates/web/base/report/update-form-wrapper.html index 3a75036cc..5347df3c3 100644 --- a/templates/web/base/report/update-form-wrapper.html +++ b/templates/web/base/report/update-form-wrapper.html @@ -1,6 +1,6 @@ [% UNLESS c.cobrand.updates_disallowed(problem) %] [% IF two_column_sidebar %] - <button class="btn btn--provide-update js-provide-update hidden-nojs">[% loc('Provide an update') %]</button> + <button type="button" class="btn btn--provide-update js-provide-update hidden-nojs">[% loc('Provide an update') %]</button> <div class="hidden-js"> [% END %] [% INCLUDE 'report/update-form.html' %] |