Display scanned flakes too
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
{% block content %}
|
||||
<h1>All flakes</h1>
|
||||
|
||||
<p>Displays all flakes explicitly scanned and automatically discovered by the tracker.</p>
|
||||
|
||||
<ul>
|
||||
{% for flake in flakes %}
|
||||
<li><a href="{{ flake.link() }}">{{ flake.uri }}</a></li>
|
||||
|
Reference in New Issue
Block a user