fix url in table
This commit is contained in:
parent
d230ed34bb
commit
d29d921222
|
@ -33,9 +33,9 @@
|
|||
</form>
|
||||
|
||||
{% 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 %}
|
||||
<a href="export.pdf" target="_blank">Exporter le colloscope</a>
|
||||
<a href="{% url 'colloscope:export' %}" target="_blank">Exporter le colloscope</a>
|
||||
{% endif %}
|
||||
|
||||
<div class="table-wrapper">
|
||||
|
|
Loading…
Reference in New Issue