diff options
Diffstat (limited to 'templates/cave.html')
-rw-r--r-- | templates/cave.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/cave.html b/templates/cave.html index 495e2f7..c97b9cd 100644 --- a/templates/cave.html +++ b/templates/cave.html @@ -10,7 +10,7 @@ {% if logbookentry.title %}
<tr>
<td>{{logbookentry.date}}</td>
- <td><a href="{% url logbookentry logbookentry.href %}">{{logbookentry.title|safe}}</a></td>
+ <td><a href="{{ logbookentry.get_absolute_url }}">{{logbookentry.title|safe}}</a></td>
</tr>
{% endif %}
{% endfor %}
|