Compare commits

...

2 Commits

View File

@ -212,6 +212,7 @@ class AppointmentRequest(models.Model):
rejection_reason = EncryptedTextField(blank=True, null=True)
jitsi_meet_url = models.URLField(
max_length=2000,
unique=True,
blank=True,
null=True,