Commit f82fd392 authored by nheoxoz's avatar nheoxoz

added empty line

parent 0e6a4259
...@@ -27,4 +27,4 @@ class Event(models.Model): ...@@ -27,4 +27,4 @@ class Event(models.Model):
course = models.CharField(max_length=100) course = models.CharField(max_length=100)
def __str__(self): def __str__(self):
return '{}, {}'.format(self.activity, self.target_datetime) return '{}, {}'.format(self.activity, self.target_datetime)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment