diff --git a/forms/models.py b/forms/models.py index 43de5794..8cee001d 100644 --- a/forms/models.py +++ b/forms/models.py @@ -37,7 +37,7 @@ class Schema(models.Model, RevisionMixin): get_latest_by = 'start_at' def __str__(self): - return self.comment + " " + str(self.start_at) + " @ " + "%" + return self.comment + " " + str(self.start_at) @reversion.register class Form(models.Model, RevisionMixin):