Files
spothole/templates/status.html
Ian Renton ce99bbc6cf Merge remote-tracking branch 'origin/main'
# Conflicts:
#	templates/about.html
#	templates/add_spot.html
#	templates/alerts.html
#	templates/bands.html
#	templates/base.html
#	templates/map.html
#	templates/spots.html
#	templates/status.html
2026-03-27 08:06:13 +00:00

10 lines
372 B
HTML

{% extends "base.html" %}
{% block content %}
<div id="status-container" class="row row-cols-1 row-cols-md-4 g-4 mt-4"></div>
<script src="/js/common.js?v=1774598773"></script>
<script src="/js/status.js?v=1774598773"></script>
<script>$(document).ready(function() { $("#nav-link-status").addClass("active"); }); <!-- highlight active page in nav --></script>
{% end %}