hint at CWA
This commit is contained in:
parent
85d4c75a7c
commit
82b7434c30
|
@ -1,11 +1,11 @@
|
||||||
% rebase('template/toplevel.tpl', title=event)
|
% rebase('template/toplevel.tpl', title=event)
|
||||||
% if get("success", False):
|
% if get("success", False):
|
||||||
<p>Erfolgreich registriert.</p>
|
<div class="alert alert-success">Erfolgreich registriert.</div>
|
||||||
<form method="get">
|
<form method="get">
|
||||||
<button type="submit" class="btn btn-primary">Weitere Person registrieren</button>
|
<button type="submit" class="btn btn-primary">Weitere Person registrieren</button>
|
||||||
</form>
|
</form>
|
||||||
% else:
|
% else:
|
||||||
<p>Die Daten werden nach 1 Monat gelöscht und ausschließlich zur Corona-Kontaktverfolgung verwendet.</p>
|
<div class="alert alert-warning">Da sich eine <a href="https://www.br.de/nachrichten/bayern/gesundheitsaemter-stellen-breite-corona-kontaktnachverfolgung-ein">Benachrichtigung durch das Gesundheitsamt verzögern</a> kann, wird empfohlen die <a href="https://www.coronawarn.app">Corona-Warn-App</a> zu verwenden.</div>
|
||||||
<form method="post" autocomplete="on">
|
<form method="post" autocomplete="on">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="event">Veranstaltung:</label>
|
<label for="event">Veranstaltung:</label>
|
||||||
|
@ -32,6 +32,9 @@
|
||||||
<span class="glyphicon {{ "glyphicon-ok" if get("contact", False) else "glyphicon-remove" }} form-control-feedback"></span>
|
<span class="glyphicon {{ "glyphicon-ok" if get("contact", False) else "glyphicon-remove" }} form-control-feedback"></span>
|
||||||
% end
|
% end
|
||||||
</div>
|
</div>
|
||||||
|
<div class="form-group">
|
||||||
<button type="submit" class="btn btn-success">Registrieren</button>
|
<button type="submit" class="btn btn-success">Registrieren</button>
|
||||||
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
<div class="alert alert-info">Die Daten werden nach 1 Monat gelöscht und ausschließlich zur Corona-Kontaktverfolgung verwendet.</div>
|
||||||
% end
|
% end
|
||||||
|
|
Loading…
Reference in a new issue