euscanwww: fix 'world' and add the last log on the package view

Signed-off-by: Corentin Chary <corentincj@iksaif.net>
This commit is contained in:
Corentin Chary
2011-04-18 21:49:27 +02:00
parent 9c13c22c5e
commit 46eb0e9e2a
2 changed files with 21 additions and 3 deletions

View File

@ -69,5 +69,14 @@
</ul>
</dd>
{% endif %}
{% if log %}
<dt>euscan log</dt>
<dd>
<p>Date: {{ log.datetime }}
<pre>
{{ log.result }}
</pre>
</dd>
{% endif %}
</dl>
{% endblock %}