Fehler bei Vergabe von Bonuspunkte korrigiert.
Kommentare für Bonuspunkte werden jetzt als Kommentar beim Spieler hinterlassen, nicht als Kommentar in der Hanchan. FIXED: 3_in_a_row counter wurde nicht zurückgesetzt wenn Bonuspunkte vergeben wurden. FIXED: Durchschnittliche Platzierung während eines Events wurde nur als Ganzzahl berechnet. Wird nun als Fießkomma berechnet und gesichert.
This commit is contained in:
@@ -16,6 +16,7 @@ from . import widgets
|
||||
|
||||
|
||||
class Html5Mixin(object):
|
||||
|
||||
def widget_attrs(self, widget):
|
||||
"""
|
||||
Overwrites the standard Widget Attributes to add some HTML5 Stuff
|
||||
@@ -193,6 +194,7 @@ class PhoneField(Html5Mixin, django.forms.CharField):
|
||||
|
||||
|
||||
class ReCaptchaField(django.forms.fields.CharField):
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
self.widget = widgets.ReCaptchaInput
|
||||
self.required = True
|
||||
|
||||
Reference in New Issue
Block a user