Ajustements page documents
This commit is contained in:
parent
0a140eca15
commit
65b054c1ed
|
@ -6,7 +6,7 @@
|
||||||
<h2 class="mb-5">{{ title }}</h2>
|
<h2 class="mb-5">{{ title }}</h2>
|
||||||
|
|
||||||
{% for item in object_list %}
|
{% for item in object_list %}
|
||||||
<div class="border-bottom border-danger mt-3{% if item.prive %} prive{% endif %}">
|
<div class="border-bottom border-danger mt-3">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col col-12 col-sm-8 col-lg-10 fs-4">
|
<div class="col col-12 col-sm-8 col-lg-10 fs-4">
|
||||||
<a href="{{ item.get_url }}">{{ item.titre }}</a>
|
<a href="{{ item.get_url }}">{{ item.titre }}</a>
|
||||||
|
@ -22,6 +22,6 @@
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
{% if perms.beesgospel.change_document %}
|
{% if perms.beesgospel.change_document %}
|
||||||
<p class="text-danger"><a href="{% url 'admin:beesgospel_document_changelist' %}">Gestion des documents</a></p>
|
<p class="text-danger fst-italic mt-4"><a href="{% url 'admin:beesgospel_document_changelist' %}">Gestion des documents</a></p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue