Skip to content

Commit

Permalink
feat : Update export link when filtering trackers (Exodus-Privacy#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
quoidautre committed Jun 1, 2021
2 parents 65622ae + b3dc486 commit 7889edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etip/trackers/templates/tracker_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h2>
<div class="col-xl-10 col-12">
{% if trackers %}
<div class="alert-heading">
<a href="{% url 'trackers:export' %}">Export as JSON</a>
<a href="{% url 'trackers:export' %}">Export all trackers</a>
</div>
<table class="table table-hover">
<thead class="">
Expand Down

0 comments on commit 7889edc

Please sign in to comment.