Skip to content

Commit

Permalink
Update archive.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood authored Jan 12, 2024
1 parent e6d528f commit ee2ff64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/catalogue/archive.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ <h3 class="tna-heading-m" id="collection-{{ agent }}">{{ agent | capitalize }} (
<ul class="tna-ul">
{% for item in data.agents[agent] %}
<li>
<a href="{{ url_for('catalogue.info', id=item.id) }}">{{ item.name }}</a>
<a href="{{ url_for('catalogue.details', id=item.id) }}">{{ item.name }}</a>
{% if item.places %}
{{ ', '.join(item.places) }}
{% endif %}
Expand Down

0 comments on commit ee2ff64

Please sign in to comment.