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" %}

+
+
+
+ + +
+
+