Skip to content

Commit

Permalink
feat: make banner dismissable ”forever“
Browse files Browse the repository at this point in the history
  • Loading branch information
louije authored and celine-m-s committed Jul 4, 2024
1 parent 1f86f50 commit ca2568f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itou/templates/gps/my_groups.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div class="s-box__row row">
<div class="col-12">
<section aria-labelledby="results" id="follow-up-groups-section">
<div class="alert alert-info alert-dismissible fade show" role="status">
<div id="gps_search-tip" class="alert alert-info alert-dismissible-once d-none" role="status">
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Fermer"></button>
<div class="row">
<div class="col-auto pe-0">
Expand Down

0 comments on commit ca2568f

Please sign in to comment.