Improve some error handling. Closes #150

This commit is contained in:
Ian Renton
2026-09-23 17:30:12 +01:00
parent 5bdd79c247
commit 31c7c2095e
20 changed files with 321 additions and 24 deletions
+14
View File
@@ -0,0 +1,14 @@
{% extends "../base.html" %}
{% block content %}
<div id="info-container" class="mt-4">
<p class="small mb-0"><a href="/help">Spothole Help</a></p>
{% block help_content %}{% end %}
<p class="small mt-4"><a href="/help">Back</a></p>
</div>
<script>$(document).ready(function () {
$("#nav-link-about").addClass("active");
}); <!-- highlight active page in nav --></script>
{% end %}