Conditions display should be a separate page #92

This commit is contained in:
Ian Renton
2026-03-28 11:36:37 +00:00
parent 126ebcb8b2
commit 91276067b9
12 changed files with 37 additions and 47 deletions

View File

@@ -0,0 +1,9 @@
{% extends "base.html" %}
{% block content %}
Coming soon!
<script src="/js/common.js?v=1774697797"></script>
<script>$(document).ready(function() { $("#nav-link-conditions").addClass("active"); }); <!-- highlight active page in nav --></script>
{% end %}