Skip to content
Snippets Groups Projects
Commit 462f2bc0 authored by snater's avatar snater
Browse files

Issue #3314446: Use button instead of "submit" input

parent 365155f8
No related branches found
No related tags found
No related merge requests found
......@@ -17,4 +17,4 @@
<input type="hidden" class="insert-style" value="{{ insert.default_style }}" />
{% endif %}
<span class="insert-button-wrapper"><input type="submit" class="button js-form-submit form-submit insert-button" onclick="return false;" value="{{ 'Insert'|trans }}" data-insert-id="{{ insert.id }}" /></span>
\ No newline at end of file
<span class="insert-button-wrapper"><button class="button js-form-submit form-submit insert-button" data-insert-id="{{ insert.id }}">{{ 'Insert'|trans }}</button></span>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment