diff options
Diffstat (limited to 'templates/logbookentry.html')
-rw-r--r-- | templates/logbookentry.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/logbookentry.html b/templates/logbookentry.html index 812197a..89069e8 100644 --- a/templates/logbookentry.html +++ b/templates/logbookentry.html @@ -56,7 +56,9 @@ </tr>
{% endfor %}
</table>
+{% if newQMlink %}
<a href="{{newQMlink}}">Add QM found on this trip</a>
+{% endif %}
</div>
<div id="col1">
|