Skip to content

Commit

Permalink
fix(roster): wrong alert class name
Browse files Browse the repository at this point in the history
  • Loading branch information
vEnhance committed Sep 15, 2023
1 parent 83bafc0 commit 67921d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roster/templates/roster/currshow.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
For a description of what these units are,
see the <a href="{% url "catalog" %}">unit catalog</a>.
{% if form.errors %}
<div class="alert alert-error">
<div class="alert alert-danger">
<ul>
{% for field in form %}
{% if field.errors %}<li>{{ field.label }}: {{ field.errors|striptags }}</li>{% endif %}
Expand Down

0 comments on commit 67921d6

Please sign in to comment.