Re-add translation of QRZ/HamQTH query params to header params, since it turns out someone was using that

This commit is contained in:
Ian Renton
2026-08-16 15:23:05 +01:00
parent 7220a0f58d
commit 842e91b34a
10 changed files with 60 additions and 31 deletions
+5 -5
View File
@@ -1,6 +1,6 @@
{% extends "skeleton.html" %}
{% block head_extra %}
<link rel="stylesheet" href="/static/css/style.css?v=1786885905" type="text/css">
<link rel="stylesheet" href="/static/css/style.css?v=1786890185" type="text/css">
<link href="/static/vendor/css/bootstrap-5.3.8.min.css" rel="stylesheet">
<link href="/static/vendor/css/fontawesome-6.7.2.min.css" rel="stylesheet">
<link href="/static/vendor/css/solid-6.7.2.min.css" rel="stylesheet">
@@ -15,10 +15,10 @@
window.fetchEventSource = fetchEventSource;
</script>
<script src="/static/js/utils.js?v=1786885905"></script>
<script src="/static/js/ui-ham.js?v=1786885905"></script>
<script src="/static/js/geo.js?v=1786885905"></script>
<script src="/static/js/common.js?v=1786885905"></script>
<script src="/static/js/utils.js?v=1786890185"></script>
<script src="/static/js/ui-ham.js?v=1786890185"></script>
<script src="/static/js/geo.js?v=1786890185"></script>
<script src="/static/js/common.js?v=1786890185"></script>
{% end %}
{% block body %}
<div class="container">