Skip to content

Commit 3166f52

Browse files
author
surfer190
committed
Correct example for alert-danger
1 parent 8ea6f07 commit 3166f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap3/templatetags/bootstrap3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ def bootstrap_alert(content, alert_type='info', dismissable=True):
679679
680680
**Example**::
681681
682-
{% bootstrap_alert "Something went wrong" alert_type='error' %}
682+
{% bootstrap_alert "Something went wrong" alert_type='danger' %}
683683
684684
"""
685685
return render_alert(content, alert_type, dismissable)

0 commit comments

Comments
 (0)