Skip to content

Commit

Permalink
🧱 Update map.html.twig
Browse files Browse the repository at this point in the history
Add warning to move to new URL.
  • Loading branch information
jbelien committed Dec 16, 2022
1 parent 74b6372 commit 8d259a0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions templates/app/map.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@

{% block content %}

<div class="alert alert-danger my-5">
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
<strong>Warning!</strong><br>
The URL <a href="#" class="alert-link font-weight-normal">https://mapfile.herokuapp.com/</a> will soon be removed. The new URL is <a href="https://mapfile.akoo.be/" class="alert-link">https://mapfile.akoo.be/</a>.
</div>

<h1>Map</h1>
<hr>

Expand Down

0 comments on commit 8d259a0

Please sign in to comment.