issue #13 fixed
This commit is contained in:
@ -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 />
|
||||
|
Reference in New Issue
Block a user