summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/controlPanel.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/controlPanel.html b/templates/controlPanel.html
index d62030f..209fa20 100644
--- a/templates/controlPanel.html
+++ b/templates/controlPanel.html
@@ -10,7 +10,7 @@
<li>{{ job }}</li>
{% endfor %}
</ul>
- {% if settings.LOGFILE %}See the logfile at {{settings.LOGFILE.path}} for more information.{% endif %}
+ {% if settings.LOGFILE %}See the logfile at {{settings.LOGFILE}} for more information.{% endif %}
<a href="#" class="closeDiv">dismiss this message</a>
</div>
{% endif %}