From 85fab88ac9cc6f2098bf0b1146a4b0503bc90979 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Tue, 14 Mar 2023 02:12:28 +0000 Subject: Fixing inherited *date into sub-blocks --- core/models/logbooks.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'core/models/logbooks.py') diff --git a/core/models/logbooks.py b/core/models/logbooks.py index 4932a57..5933848 100644 --- a/core/models/logbooks.py +++ b/core/models/logbooks.py @@ -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) -- cgit v1.2.3