summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorsubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-05-22 06:17:24 +0100
committersubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-05-22 06:17:24 +0100
commitb774c42333841d5b26cde5c69e79502d5a0373b1 (patch)
treea1a63101e6721380420c19d548f68339d459c7fc /templates
parent3784eb97209c00da703036031fa5127197ccef38 (diff)
downloadtroggle-b774c42333841d5b26cde5c69e79502d5a0373b1.tar.gz
troggle-b774c42333841d5b26cde5c69e79502d5a0373b1.tar.bz2
troggle-b774c42333841d5b26cde5c69e79502d5a0373b1.zip
[svn] switched from dodgy manually writing to logfile to using python's logging module, which seems great
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 %}