Skip to content

Commit

Permalink
geoip.notfound message added
Browse files Browse the repository at this point in the history
  • Loading branch information
c0m4r authored Jan 17, 2024
1 parent 1349f3d commit 4376eb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tpl/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
<div class="container px-4 py-5" id="icon-grid">
{% if geoip == false %}
<div class="alert alert-info">GeoIP lookup is not available</div>
{% elseif geoip.notfound %}
<div class="alert alert-secondary">{{ geoip.notfound }}</div>
{% endif %}
<div class="row row-cols-1 row-cols-lg-2 row-cols-xxl-3 g-4 py-5">
<div class="col d-flex align-items-start">
Expand Down

0 comments on commit 4376eb6

Please sign in to comment.