mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-15 15:37:16 +00:00
Fixing inherited *date into sub-blocks
This commit is contained in:
@@ -162,8 +162,9 @@ class QM(TroggleModel):
|
||||
("B", "B: Average lead"),
|
||||
("C", "C: Tight unpromising lead"),
|
||||
("D", "D: Dig"),
|
||||
("X", "X: Unclimbable aven"),
|
||||
) # also seen "?" and "V" in imported data - see urls.py
|
||||
("X", "X: Unclimbable or horrid"),
|
||||
("V", "V: Vertical"),
|
||||
) # also seen "?" in imported data - see urls.py
|
||||
grade = models.CharField(max_length=1, choices=GRADE_CHOICES)
|
||||
location_description = models.TextField(blank=True)
|
||||
nearest_station_description = models.CharField(max_length=400, blank=True, null=True)
|
||||
|
||||
Reference in New Issue
Block a user