diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2024-01-23 09:20:21 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2024-01-23 09:21:53 +0100 |
commit | 47f59cfe19e7d4cc43b4a19c746504016b0881d8 (patch) | |
tree | c19ad3199769a2daea1861d3e6ae612e40061ca7 /templates/incoming.html | |
parent | 8671c1bd2f89dc83c4d495ae0b0e8c814661cc74 (diff) | |
download | cats-radio-node-47f59cfe19e7d4cc43b4a19c746504016b0881d8.tar.gz cats-radio-node-47f59cfe19e7d4cc43b4a19c746504016b0881d8.tar.bz2 cats-radio-node-47f59cfe19e7d4cc43b4a19c746504016b0881d8.zip |
Create settings applied template, replace incoming by chat
Diffstat (limited to 'templates/incoming.html')
-rw-r--r-- | templates/incoming.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/templates/incoming.html b/templates/incoming.html deleted file mode 100644 index 2a43623..0000000 --- a/templates/incoming.html +++ /dev/null @@ -1,6 +0,0 @@ -{% include "head.html" %} -<div class="content"> - Incoming! -</div> -{% include "foot.html" %} -{# vi:set et sw=2 ts=2: #} |