mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-04-29 18:25:58 +00:00
# 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
10 lines
372 B
HTML
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 %} |