Fotokios:
* Ausloesezeit auf drei Sekunden reduziert
This commit is contained in:
parent
fefbc83745
commit
31bb60e1b4
2 changed files with 2 additions and 2 deletions
|
@ -173,7 +173,7 @@ class Root(controllers.RootController):
|
|||
|
||||
@expose(template="fotokiosk.templates.ausloeser")
|
||||
def ausloeser(self, **kargs):
|
||||
flash("Das Bild wird in 5 Sekunden aufgenommen!")
|
||||
flash("Das Bild wird in 3 Sekunden aufgenommen!")
|
||||
return merged_dicts({}, DEFAULT_DICT)
|
||||
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
py:extends="'master.kid'">
|
||||
<head>
|
||||
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" py:replace="''"/>
|
||||
<meta http-equiv="refresh" content="5;URL=${tg.url('/mailtext')}" />
|
||||
<meta http-equiv="refresh" content="3;URL=${tg.url('/mailtext')}" />
|
||||
<title>Käääääääsekuchen!</title>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Reference in a new issue