bouches-du-rhone: add vertical spacing (#57769)

This commit is contained in:
Benjamin Dauvergne 2021-10-12 12:05:42 +02:00
parent 9552762e51
commit 6f1606fb88
3 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{% load combo %}
<h2>Affectations</h2>
<div class="cell--body">
<div class="cell--body clearfix">
{% if json.data and not json.err and premier.data and not premier.err %}
{% with json.data as liste %}

View File

@ -10,10 +10,12 @@
{% if json.data %}
<form method="post" action="{% url 'combo-public-ajax-page-cell' page_pk=cell.page.id cell_reference=cell.get_reference %}{% if request.GET.ctx %}?ctx={{ request.GET.ctx|urlencode }}{% endif %}">
<p>
<input type="hidden" name="action" value="csv"/>
<input type="hidden" name="plateforme_id" value="{{ plateforme_id }}"/>
<input type="hidden" name="query" value="{{ query_id }}"/>
<button>Exporter</button>
</p>
</form>
{% include "./rsa13-fragment-liste-beneficiaires.html" %}

View File

@ -8,6 +8,7 @@
{% if not json.err %}
<form method="post" action="{% url 'combo-public-ajax-page-cell' page_pk=cell.page.id cell_reference=cell.get_reference %}{% if request.GET.ctx %}?ctx={{ request.GET.ctx|urlencode }}{% endif %}">
<p>
<input type="hidden" name="action" value="csv"/>
<input type="hidden" name="plateforme_id" value="{{ plateforme_id }}"/>
<input type="hidden" name="query" value="0"/>
@ -15,6 +16,7 @@
<input type="hidden" name="nom" value="{{ request.GET.nom|default:'' }}"/>
<input type="hidden" name="referent" value="{{ request.GET.referent|default:'' }}"/>
<button>Exporter</button>
</p>
</form>
{% include "./rsa13-fragment-liste-beneficiaires.html" %}