on supprime une espace inutile

This commit is contained in:
Jean-Marie Favreau 2024-02-17 18:58:06 +01:00
parent a872b441b4
commit b5d5b1c245
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<h1>Suppression de l'import récurrent {{ object.pk }}</h1>
<form method="post">{% csrf_token %}
<p>Êtes-vous sûr·e de vouloir supprimer l'import récurrent «&nbsp;{{ object.name }} ({{ object.pk }})&nbsp;»&nbsp; correspondant à la source <a href="{{ object.source }}">{{ object.source }}</a>&nbsp;?</p>
<p>Êtes-vous sûr·e de vouloir supprimer l'import récurrent «&nbsp;{{ object.name }} ({{ object.pk }})&nbsp;» correspondant à la source <a href="{{ object.source }}">{{ object.source }}</a>&nbsp;?</p>
{{ form }}
<div class="grid">
<a href="{% if request.META.HTTP_REFERER %}{{ request.META.HTTP_REFERER }}{% else %}{{ object.get_absolute_url }}{% endif %}" role="button" class="secondary">Annuler</a>