2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-14 19:47:12 +00:00

Fix up obvious URLs containing subarea names (smkridge)

This commit is contained in:
Wookey
2015-04-08 03:40:57 +01:00
parent d29fe2ee1c
commit fe6750e824
2 changed files with 4 additions and 4 deletions

View File

@@ -714,7 +714,7 @@ class NewSubCave(TroggleModel):
return unicode(self.name)
class QM(TroggleModel):
#based on qm.csv in trunk/expoweb/smkridge/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 )
ticked_off_by = models.ForeignKey(LogbookEntry, related_name='QMs_ticked_off',null=True,blank=True)