.
This commit is contained in:
+1
-1
@@ -136,7 +136,7 @@ class LongSeries(models.Model):
|
||||
|
||||
def get_examination(self):
|
||||
"""Returns a comma seperated text list of regions"""
|
||||
return str(self.examinations)
|
||||
return str(self.examination)
|
||||
|
||||
def get_absolute_url(self):
|
||||
return reverse('longs:long_series_detail', kwargs={'pk': self.pk})
|
||||
|
||||
Reference in New Issue
Block a user