From 12e04ab4d45f0ac4b51c308c42b3549624151026 Mon Sep 17 00:00:00 2001 From: Klaus-Uwe Mitterer Date: Sun, 30 May 2021 12:55:21 +0200 Subject: [PATCH] Voucher dummy implementation, closing #3 and #4 for now --- clients/models.py | 4 +++- templates/auction/process.html | 8 ++++++++ templates/clients/dashboard.html | 10 +++++----- 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/clients/models.py b/clients/models.py index ed4df7b..4085493 100644 --- a/clients/models.py +++ b/clients/models.py @@ -4,4 +4,6 @@ from django.contrib.auth import get_user_model from localauth.models import Profile class ClientProfile(Profile): - pass \ No newline at end of file + @property + def balance(self): + return 0.0 \ No newline at end of file diff --git a/templates/auction/process.html b/templates/auction/process.html index beeeecf..75e5abb 100644 --- a/templates/auction/process.html +++ b/templates/auction/process.html @@ -242,6 +242,14 @@ 2

{% trans "Zahlungsdaten" %}

+
+
+
+ + +
+
+