Skip to content

Commit

Permalink
Site home headings.
Browse files Browse the repository at this point in the history
  • Loading branch information
ropable committed Oct 23, 2024
1 parent 814ebb5 commit 8fe6392
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions observations/templates/observations/site_home.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
{% block page_content_inner %}
<div class="row my-1">
<div class="col">
<h1>Site map</h1>
<h1>Penguin Island site map</h1>
<div class="card card-body" id="map"></div>
</div>
<div class="col">
<h1>{{ page_heading }}</h1>
<h1>Active cameras</h1>
<table class="table table-bordered table-hover">
<tbody>
{% for camera in active_cameras %}
Expand Down

0 comments on commit 8fe6392

Please sign in to comment.