diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2024-09-20 21:24:32 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2024-09-20 21:24:32 +0200 |
commit | ad30bb7aedf6b2e959a0ed90e90e2b991a69f6dc (patch) | |
tree | 72ade1a402d3e2e53cf9d976da3ca9a2b66b9a3b /templates/settings_applied.html | |
parent | 3189dc23f2abf2060f591219e8256301e7c41aed (diff) | |
download | odr-dabmux-gui-ad30bb7aedf6b2e959a0ed90e90e2b991a69f6dc.tar.gz odr-dabmux-gui-ad30bb7aedf6b2e959a0ed90e90e2b991a69f6dc.tar.bz2 odr-dabmux-gui-ad30bb7aedf6b2e959a0ed90e90e2b991a69f6dc.zip |
Write dabmux config, add README
Diffstat (limited to 'templates/settings_applied.html')
-rw-r--r-- | templates/settings_applied.html | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/templates/settings_applied.html b/templates/settings_applied.html deleted file mode 100644 index 214b8fd..0000000 --- a/templates/settings_applied.html +++ /dev/null @@ -1,12 +0,0 @@ -{% include "head.html" %} -<div class="content"> - {% if ok %} - <h1>Configuration updated</h1> - {% else %} - <h1>Configuration update failed</h1> - <p>{{ error_message }}:</p> - <p>{{ error_reason }}:</p> - {% endif %} -</div> -{% include "foot.html" %} -{# vi:set et sw=2 ts=2: #} |