feat(dgsi/archive): place main legal document first
This commit is contained in:
parent
561d5c60d7
commit
088d032a82
1 changed files with 14 additions and 14 deletions
|
@ -3,20 +3,6 @@
|
|||
{% load i18n %}
|
||||
|
||||
{% block content %}
|
||||
<h2 class="subtitle">{% trans "Archives de la DGNum" %}</h2>
|
||||
<hr>
|
||||
|
||||
{% for file in archive_list %}
|
||||
<a class="button bt-archive"
|
||||
href="{% url "dgsi:dgn-protected-archive" file.pk %}">
|
||||
<span class="tag is-pulled-left">
|
||||
<span class="icon"><i class="ti ti-archive"></i></span>
|
||||
</span>
|
||||
<span class="ellipsis mx-2">{{ file }}</span>
|
||||
<span class="tag is-pulled-right">{{ file.date }}</span>
|
||||
</a>
|
||||
{% endfor %}
|
||||
|
||||
<hr>
|
||||
<h2 class="subtitle">{% trans "Statuts" %}</h2>
|
||||
|
||||
|
@ -43,4 +29,18 @@
|
|||
</a>
|
||||
{% endfor %}
|
||||
|
||||
<h2 class="subtitle">{% trans "Archives de la DGNum" %}</h2>
|
||||
<hr>
|
||||
|
||||
{% for file in archive_list %}
|
||||
<a class="button bt-archive"
|
||||
href="{% url "dgsi:dgn-protected-archive" file.pk %}">
|
||||
<span class="tag is-pulled-left">
|
||||
<span class="icon"><i class="ti ti-archive"></i></span>
|
||||
</span>
|
||||
<span class="ellipsis mx-2">{{ file }}</span>
|
||||
<span class="tag is-pulled-right">{{ file.date }}</span>
|
||||
</a>
|
||||
{% endfor %}
|
||||
|
||||
{% endblock content %}
|
||||
|
|
Loading…
Add table
Reference in a new issue