Skip to content

Commit

Permalink
make alerts tabbable
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Medrano authored and Xavier Medrano committed Sep 4, 2024
1 parent bed8dc2 commit dc56bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lametro/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
{% get_alerts as alerts %}
{% if alerts %}
{% for alert in alerts|dictsort:"pk" %}
<div class="alert alert-{{alert.type}}" style="margin-bottom: 0px;">
<div class="alert alert-{{alert.type}} mb-0" tabindex="0">
{{alert.description|markdownify}}
</div>
{% endfor %}
Expand Down

0 comments on commit dc56bc8

Please sign in to comment.