Skip to content

Commit

Permalink
Merge pull request #804 from readthedocs/davidfischer/add-flight-list…
Browse files Browse the repository at this point in the history
…-anchor

Add an anchor link to the flight list view
  • Loading branch information
davidfischer authored Nov 7, 2023
2 parents 5c22472 + 2921213 commit 6cb5d66
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 6cb5d66

Please sign in to comment.