Skip to content

Commit

Permalink
Add an anchor link to the flight list view
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfischer committed Nov 6, 2023
1 parent 294e7be commit 2921213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adserver/templates/adserver/advertiser/flight-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h1>{% block heading %}{% trans "Manage advertising flights" %}{% endblock headi
{% regroup flights by state as flight_groups %}
{% for state, flight_list in flight_groups %}
{% if flight_list %}
<div class="table-responsive">
<div class="table-responsive" id="{{ state|slugify }}-flights">
<table class="table table-hover">
<thead>
<tr>
Expand Down

0 comments on commit 2921213

Please sign in to comment.