issue #13 fixed

This commit is contained in:
volpino
2012-05-13 16:42:29 +02:00
parent 61a24fefb7
commit de0ad4b210
4 changed files with 110 additions and 11 deletions

View File

@ -1,4 +1,5 @@
{% load url from future %}
{% load timedelta %}
<?xml version="1.0" encoding="utf8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
@ -57,6 +58,14 @@
{% endblock %}
</div>
<div id="footer">
<p>
{% block last_scan %}
{% if last_scan %}
Last scan: {{ last_scan }} ({{ last_scan|timedelta }})
{% endif %}
{% endblock %}
</p>
<p>
Questions, Comments, Corrections ?
Email: corentin.chary at gmail.com<br />