Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dantheta committed Apr 13, 2021
1 parent 97bcf16 commit 40cee39
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions BlockedFrontend/templates/registry/registry_seizures.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,14 @@ <h3>{{ count }} seized domain{{ '' if count == 1 else 's' }} found</h3>
<table class="table">
<tr>
<th>Domain</th>
<th></th>
<th>category</th>
<th>Detected</th>
<th>Last Seen</th>
</tr>
{% for row in seizures %}
<tr>
<td><a href="{{ row.url }}" rel="nofollow">{{ row.url|noproto }}</a> </td>
<td>
</td>
<td>{{ row.category }}</td>
<td>{{ row.created|fmdate }} {% if row.created == newdate %}<span class="label label-info">New</span>{% endif %}</td>
<td>{{ row.last_blocked|fmdate }}</td>
</tr>
Expand Down

0 comments on commit 40cee39

Please sign in to comment.