Compare commits

..

No commits in common. "86507c9b929f231e458c7510b54647eaf80596de" and "59f044692555a6d71e4d17aab8d68c613f325884" have entirely different histories.

View File

@ -212,7 +212,6 @@ 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,