]> git.ipfire.org Git - ipfire.org.git/commit
Implement donation redirection to backend
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 22 May 2018 14:32:04 +0000 (16:32 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 22 May 2018 14:32:56 +0000 (16:32 +0200)
commit2c361abc1a73d9c7b3ff8d82da5e769e7378a128
treec428c68237d426599b76b871ee7477752fbdb1f4
parent93adf65a1800e425174562a82690c80964718381
Implement donation redirection to backend

This will enhance the donation form to form a request
which is being sent to Zeiterfassung which handles
the rest of the payment process.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
templates/donate.html
webapp/backend/base.py
webapp/backend/zeiterfassung.py [new file with mode: 0644]
webapp/handlers.py