Fix price field help text

remotes/origin/hasaccess
Ivlev Denis 8 years ago
parent a3f3ae764e
commit 1e2fa48434
  1. 2
      apps/course/models.py

@ -38,7 +38,7 @@ class Course(models.Model):
null=True, blank=True,
)
price = models.DecimalField(
'Цена курса', help_text='Если цены нету, то курс бесплатный',
'Цена курса', help_text='Если цена не выставлена, то курс бесплатный',
max_digits=10, decimal_places=2, null=True, blank=True
)
is_infinite = models.BooleanField(default=False)

Loading…
Cancel
Save