2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-25 16:51:54 +00:00

Fix URL bug

This commit is contained in:
Philip Sargent 2022-03-10 18:58:58 +00:00
parent 488ce46d73
commit 822f8a1699
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,5 @@
{% extends "base.html" %}
<!-- templates/expedition.html - this text visible because this template has been included -->
{% block title %}Expedition {{expedition.name}}{% endblock %}
{% block related %}
{% endblock %}

View File

@ -1,6 +1,5 @@
{% extends "base.html" %}
<!-- logbookentry.html - this text visible because this template has been included -->
<!-- templates/logbookentry.html - this text visible because this template has been included -->
{% block title %}Logbook {{logbookentry.id}}{% endblock %}
{% block content %}
@ -10,7 +9,7 @@
<div id="related">
<p><a href="{{ logbookentry.expedition.get_absolute_url }}">{{logbookentry.expedition.name}}</a>
&nbsp;&nbsp;&nbsp;&nbsp;<a href="/years/{{logbookentry.expedition.logbookfile}}">Full logbook</a>
&nbsp;&nbsp;&nbsp;&nbsp;<a href="/years/{{logbookentry.expedition.year}}/{{logbookentry.expedition.logbookfile}}">Full logbook</a>
</p>
{% if logbookentry.cave %}