Skip to content

Commit

Permalink
hotfix(vote): add href to conheça btn
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelzinh3 committed Sep 12, 2024
1 parent a88da1c commit b0ee613
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h6>{{ candidature.get_intended_position_display }} | {{ candidature.get_politic
</div>
</div>
<div class="card-footer">
<button class="btn btn-dark text-uppercase">Conheça</button>
<a class="btn btn-dark text-uppercase" href="{% url 'candidate_profile' candidature.slug %}">Conheça</a>
</div>
</a>
</div>
Expand Down

0 comments on commit b0ee613

Please sign in to comment.