Skip to content
Snippets Groups Projects
Commit 17a43288 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

Merge branch '320-edit-appointment-type' into 'master'

Resolve "edit appointment type"

Closes #320

See merge request NCER-PD/scheduling-system!226
parents 7e788917 04cc48f3
No related branches found
No related tags found
1 merge request!226Resolve "edit appointment type"
Pipeline #22964 failed
......@@ -31,7 +31,7 @@ class AppointmentType(models.Model):
default=APPOINTMENT_TYPE_DEFAULT_COLOR
)
calendar_font_color = models.CharField(max_length=2000,
verbose_name='Calendar color',
verbose_name='Calendar font color',
default=APPOINTMENT_TYPE_DEFAULT_FONT_COLOR
)
rest_time = models.IntegerField(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment