Skip to content

Commit

Permalink
alert button fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-stanek committed Apr 18, 2024
1 parent 126f46b commit f35e441
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,8 @@
<div class="row">
<div class="col">
<div class="alert alert-danger" role="alert">
<p class="mb-0">
Čas poslední aktualizace: <strong>{{ last_update }}</strong>.
POZOR! - Momentálně obnovený pilotní provoz, na webu mohou být chyby.
</p>
Čas poslední aktualizace: <strong>{{ last_update }}</strong>.
POZOR! - Momentálně obnovený pilotní provoz, na webu mohou být chyby.
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
Expand Down

0 comments on commit f35e441

Please sign in to comment.