Fotokios:

* Ausloesezeit auf drei Sekunden reduziert
This commit is contained in:
lars 2009-05-15 08:10:58 +00:00
parent fefbc83745
commit 31bb60e1b4
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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&auml;&auml;&auml;&auml;&auml;&auml;&auml;sekuchen!</title>
</head>
<body>