]> git.ipfire.org Git - ipfire.org.git/commit
Fix submitting newsletter form
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 6 Nov 2018 11:01:12 +0000 (11:01 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 6 Nov 2018 11:01:12 +0000 (11:01 +0000)
commit4f6fc6d83a6eea6126aafdfbd1f875c6c7fd384c
treea3c5e8b64eb187f59a7203bad7f8e9d7022e7421
parent0c657b7863b733288937cc04876c11d9a41e4b13
Fix submitting newsletter form

The blacklist check does not work with functions that
are decorated by the @tornado.gen.coroutine decorator

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/web/newsletter.py