Added label search and pages
This commit is contained in:
parent
78ed396c36
commit
e6b69eb7b4
7 changed files with 130 additions and 39 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
{% block content %}
|
||||
{% if archives|length > 0 %}
|
||||
<h2>Newest archives</h2>
|
||||
<div class="grid-container">
|
||||
<div class="grid-header"><b>ARCHIVE</b></div>
|
||||
<div class="grid-header"><b>SIZE</b></div>
|
||||
|
@ -18,6 +19,6 @@
|
|||
{% endfor %}
|
||||
</div>
|
||||
{% else %}
|
||||
<p>No matching archives</p>
|
||||
<p>Add some archives first!</p>
|
||||
{% endif %}
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue