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:
@ -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 %}
|
||||
|
Reference in New Issue
Block a user