diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2024-01-02 17:58:28 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2024-01-02 17:58:28 +0100 |
commit | 454f78a7bb29e19ab0e505f84ee82163cb01d489 (patch) | |
tree | 5ce44d902b34610d5bc65abb0d03056afeeb896f /templates/head.html | |
parent | 4ba802d0c73a1a1664b4d3e17757e54aeefd81f7 (diff) | |
download | cats-radio-node-454f78a7bb29e19ab0e505f84ee82163cb01d489.tar.gz cats-radio-node-454f78a7bb29e19ab0e505f84ee82163cb01d489.tar.bz2 cats-radio-node-454f78a7bb29e19ab0e505f84ee82163cb01d489.zip |
Get config dialog to work
Diffstat (limited to 'templates/head.html')
-rw-r--r-- | templates/head.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/head.html b/templates/head.html index f1c4a8a..063cb8e 100644 --- a/templates/head.html +++ b/templates/head.html @@ -14,7 +14,7 @@ <div class="h-full min-h-screen p-3 space-y-2 w-60 bg-sky-100 text-sky-800"> <div class="p-3 rounded-lg space-y-2 bg-sky-300 text-sky-900"> <p class="text-lg">CATS Radio Node</p> - <p class="text-lg font-semibold">{{ callsign }}</p> + <p class="text-lg font-semibold">{{ conf.callsign }}</p> </div> <div class="divide-y divide-sky-300"> |