Skip to content

Commit

Permalink
Make the map link not a favourite button or it won't work
Browse files Browse the repository at this point in the history
We're trying to favourite the "undefined" proposal, which doesn't exist. Let's
not do that.
  • Loading branch information
lukegb committed May 24, 2024
1 parent 563ae85 commit 2d21eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/schedule/item.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ <h2>
&nbsp;Favourite
</button>
{% if feature_enabled('SCHEDULE') and proposal.map_link %}
<a href="{{ proposal.map_link }}" target="_blank" class="btn btn-primary favourite-button">📍&nbsp;Map</a>
<a href="{{ proposal.map_link }}" target="_blank" class="btn btn-primary">📍&nbsp;Map</a>
{% endif %}
{% if proposal.type_might_require_ticket %}
<div class="pull-right">
Expand Down

0 comments on commit 2d21eb5

Please sign in to comment.