fix url in table
This commit is contained in:
parent
d230ed34bb
commit
d29d921222
|
@ -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">
|
||||||
|
|
Loading…
Reference in New Issue