Fix a bug in PNP spot handling where an exception would be thrown if an activity had a location name but not a reference ID.

This commit is contained in:
Ian Renton
2026-09-20 10:10:39 +01:00
parent 2df7ecf4b5
commit d33259d619
9 changed files with 36 additions and 21 deletions
+2 -2
View File
@@ -125,8 +125,8 @@
</div>
<script src="/static/js/spotsbandsandmap.js?v=1789894090"></script>
<script src="/static/js/spots.js?v=1789894090"></script>
<script src="/static/js/spotsbandsandmap.js?v=1789895439"></script>
<script src="/static/js/spots.js?v=1789895439"></script>
<script>$(document).ready(function () {
$("#nav-link-spots").addClass("active");
}); <!-- highlight active page in nav --></script>