summaryrefslogtreecommitdiffstats
path: root/core/models/logbooks.py
diff options
context:
space:
mode:
Diffstat (limited to 'core/models/logbooks.py')
-rw-r--r--core/models/logbooks.py5
1 files changed, 3 insertions, 2 deletions
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)