diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-08-14 19:23:57 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-08-14 19:23:57 +0200 |
commit | 68dd36769af65762d2dee577403456a6194383ce (patch) | |
tree | 6c969c10ca3c7a4abcd09e9d3c9294bfe2001eb3 /templates | |
parent | ebbece55008b957a98c8668f97e0f3d93630f9ae (diff) |
single template: add deprecation warning
Diffstat (limited to 'templates')
-rw-r--r-- | templates/single.html.ep | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/single.html.ep b/templates/single.html.ep index 681dfee..0156bf4 100644 --- a/templates/single.html.ep +++ b/templates/single.html.ep @@ -1,3 +1,9 @@ +<p class="notice"> +<strong>Deprecation Warning.</strong> +Dieses Frontend wird nicht mehr weitergewickelt und möglicherweise in einer +zukünftigen DBF-Version abgeschaltet. +</p> + % if (@{$departures}) { <div class="displaysingle"> |