Skip to content

Commit

Permalink
Merge pull request #1622 from emfcamp/undefined-is-not-a-valid-propos…
Browse files Browse the repository at this point in the history
…al-and-also-its-a-map-link-not-a-favourite-button

Make the map link not a favourite button or it won't work
  • Loading branch information
lukegb authored May 24, 2024
2 parents 8f5f319 + 82d3d7e commit f124bd0
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 f124bd0

Please sign in to comment.