Commit 14078da0 authored by Jose Gabriel L. Salas's avatar Jose Gabriel L. Salas

fixed formatting in models.py

parent 237d9d2d
......@@ -24,7 +24,7 @@ class Event(models.Model):
activity = models.CharField(max_length=255)
estimated_hours = models.FloatField()
location = models.ForeignKey(Location, on_delete=models.CASCADE)
course = course = models.ForeignKey(
course = models.ForeignKey(
'assignments.Course',
on_delete=models.CASCADE,
related_name="event_course"
......
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