diff options
Diffstat (limited to 'templates/controlPanel.html')
-rw-r--r-- | templates/controlPanel.html | 2 |
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 %}
|