mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-09-24 16:24:32 +00:00
Improve some error handling. Closes #150
This commit is contained in:
@@ -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 %}
|
||||
Reference in New Issue
Block a user