diff options
Diffstat (limited to 'core/models_caves.py')
-rw-r--r-- | core/models_caves.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/models_caves.py b/core/models_caves.py index a6b44c7..0338a62 100644 --- a/core/models_caves.py +++ b/core/models_caves.py @@ -484,7 +484,7 @@ class LogbookEntry(TroggleModel): class QM(TroggleModel): - #based on qm.csv in trunk/expoweb/1623/204 which has the fields: + # based on qm.csv in trunk/expoweb/1623/204 which has the fields: #"Number","Grade","Area","Description","Page reference","Nearest station","Completion description","Comment" found_by = models.ForeignKey(LogbookEntry, related_name='QMs_found',blank=True, null=True,on_delete=models.CASCADE ) ticked_off_by = models.ForeignKey(LogbookEntry, related_name='QMs_ticked_off',blank=True, null=True,on_delete=models.CASCADE) |