Freeze dependencies, remove reference to config var

This commit is contained in:
Colin Maudry
2023-01-28 13:46:59 +01:00
parent 282b30f515
commit 98bb73a7aa
4 changed files with 351 additions and 3 deletions
+1 -2
View File
@@ -7,6 +7,5 @@
"force_https_urls": 1,
"allow_facet": "off",
"suggest_facets": "off",
"template_debug": 1,
"hash_urls": 1
"template_debug": 1
}
+1 -1
View File
@@ -200,7 +200,7 @@
Options CSV :
<label><input type="checkbox" name="_dl"> télécharger le fichier</label>
{% if expandable_columns %}<label><input type="checkbox" name="_labels" checked> récupérer les libellés</label>{% endif %}
{% if next_url and config.allow_csv_stream %}<label><input type="checkbox" name="_stream"> stream de lignes</label>{% endif %}
{% if next_url %}<label><input type="checkbox" name="_stream"> stream de lignes</label>{% endif %}
<input type="submit" value="Exporter le CSV">
{% for key, value in url_csv_hidden_args %}
<input type="hidden" name="{{ key }}" value="{{ value }}">