Skip to content

Commit 282e542

Browse files
committed
Rename cancel btn to reset
1 parent c8c71c4 commit 282e542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_app/templates/bootstrap_form_template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
{% csrf_token %}
44
{% bootstrap_form form %}
55
{% bootstrap_button button_type="submit" content="OK" %}
6-
{% bootstrap_button button_type="reset" content="Cancel" %}
6+
{% bootstrap_button button_type="reset" content="Reset" %}

0 commit comments

Comments
 (0)