diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2024-09-19 22:09:20 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2024-09-19 22:09:20 +0200 |
commit | eec01c9b72feff9533477014881b982124ca7b6d (patch) | |
tree | 084586316e04f01f48b479de0cb41113639ac8d5 /templates/settings_applied.html | |
download | odr-dabmux-gui-eec01c9b72feff9533477014881b982124ca7b6d.tar.gz odr-dabmux-gui-eec01c9b72feff9533477014881b982124ca7b6d.tar.bz2 odr-dabmux-gui-eec01c9b72feff9533477014881b982124ca7b6d.zip |
Create project
Diffstat (limited to 'templates/settings_applied.html')
-rw-r--r-- | templates/settings_applied.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/settings_applied.html b/templates/settings_applied.html new file mode 100644 index 0000000..214b8fd --- /dev/null +++ b/templates/settings_applied.html @@ -0,0 +1,12 @@ +{% 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: #} |