Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
sudorandom committed Dec 27, 2012
1 parent ae556c2 commit 62ec593
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions templates/scan_results.html
@@ -1,8 +1,5 @@
{% if full_page %}{% extends 'index.html' %}{% endif -%}
{{ scan_results }}
{% if scan_results is none %}

{% elif %}
{% if scan_results %}
{% block scan_results %}
<div>
<p>Scan Result {% if scan_results.scan_id %}#{{ scan_results.scan_id }} {% endif %}<small> {% if scan_results.created %}<small>created {{ scan_results.created|relative_time}}</small> {% endif %}
Expand Down

0 comments on commit 62ec593

Please sign in to comment.