diff options
-rw-r--r-- | templates/cave_qms.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/cave_qms.html b/templates/cave_qms.html index c7966e1..96df2eb 100644 --- a/templates/cave_qms.html +++ b/templates/cave_qms.html @@ -21,7 +21,7 @@ <ul> {% for QM in cave.get_QMs %} {% if QM.ticked_off_by %} - <li><a href="{{QM}}">{{QM}}</a> {{QM.nearest_station_name}} :: {{QM.nearest_station_description}} <b>{{QM.cave}}</b></li> + <li><a href="{{QM.get_absolute_url}}">{{QM}}</a> {{QM.nearest_station_name}} :: {{QM.nearest_station_description}} <b>{{QM.cave}}</b></li> {% endif %} {% endfor %} </ul> |