From 9d638fff2599bb4db654d0281ed363cbf0923bfd Mon Sep 17 00:00:00 2001 From: Igor Braun Date: Mon, 13 Mar 2017 15:15:05 +0100 Subject: [PATCH] Added logout button for bestellung-done view --- src/templates/formtools/wizard/bestellung_done.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/templates/formtools/wizard/bestellung_done.html b/src/templates/formtools/wizard/bestellung_done.html index 42ea61af..109cb63a 100644 --- a/src/templates/formtools/wizard/bestellung_done.html +++ b/src/templates/formtools/wizard/bestellung_done.html @@ -2,4 +2,6 @@ {% block content %}

Die Bestellung wurde entgegengenommen

+ + Ausloggen {% endblock %} \ No newline at end of file