diff options
Diffstat (limited to 'templates/qm.html')
-rw-r--r-- | templates/qm.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/qm.html b/templates/qm.html index 807b3ea..b9b22c7 100644 --- a/templates/qm.html +++ b/templates/qm.html @@ -29,6 +29,8 @@ Parent cave: {{qm.found_by.cave|link}} <h3>Location</h3> {{qm.location_description}} +<h3>Grade</h3> +{{qm.grade}} <h3>Creation</h3> Found by <a href="{{qm.found_by.get_absolute_url}}">{{qm.found_by}}</a> on {{qm.found_by.date}}. |