fix url in table

This commit is contained in:
Valentin Moguérou 2024-05-20 15:50:57 +02:00
parent d230ed34bb
commit d29d921222
1 changed files with 2 additions and 2 deletions

View File

@ -33,9 +33,9 @@
</form> </form>
{% if request.GET.term %} {% if request.GET.term %}
<a href="export.pdf?term={{ request.GET.term }}" target="_blank">Exporter le colloscope</a> <a href="{% url 'colloscope:export' %}?term={{ request.GET.term }}" target="_blank">Exporter le colloscope</a>
{% else %} {% else %}
<a href="export.pdf" target="_blank">Exporter le colloscope</a> <a href="{% url 'colloscope:export' %}" target="_blank">Exporter le colloscope</a>
{% endif %} {% endif %}
<div class="table-wrapper"> <div class="table-wrapper">