style = models.CharField(
'styl', max_length=255, blank=True,
choices=STYLES,
style = models.CharField(
'styl', max_length=255, blank=True,
choices=STYLES,
)
smallfont = models.BooleanField('mały font', default=False)
text_color = models.CharField(max_length=10, blank=True)
)
smallfont = models.BooleanField('mały font', default=False)
text_color = models.CharField(max_length=10, blank=True)
def update_progress(self):
# Total of new payments during the action.
# This definition will need to change for longer timespans.
def update_progress(self):
# Total of new payments during the action.
# This definition will need to change for longer timespans.