Skip to content

Commit

Permalink
fix(vote): add relative link to navigate contato and denunciar perfil
Browse files Browse the repository at this point in the history
  • Loading branch information
igr-santos committed Sep 10, 2024
1 parent eaad25b commit 3a8154f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ <h3 class="fw-bold text-uppercase mb-3">Compartilhe nas redes sociais
<p class="w-75">Compartilhe esse perfil nas redes sociais e com seus amigos para que as propostas de {{ candidature.ballot_name }} cheguem em mais gente:</p>
</div>
<p>
Viu algo estranho? <a class="fw-bold text-black" href="mailto:[email protected]" target="_blank" rel="noopener noreferrer">Clique aqui para denunciar esse perfil.</a>
Viu algo estranho? <a class="fw-bold text-black" href="/denunciar-perfil" target="_blank" rel="noopener noreferrer">Clique aqui para denunciar esse perfil.</a>
</p>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
{% comment %} <li><a class="text-white text-uppercase fw-bold" href="{% url 'candidature-list' %}" rel="noopener noreferrer">Conheça as candidaturas</a></li> {% endcomment %}
<li><a class="text-white text-uppercase fw-bold" href="{% url 'register' %}" rel="noopener noreferrer">Cadastre-se</a></li>
<li><a class="text-white text-uppercase fw-bold" href="{% url 'dashboard' %}" rel="noopener noreferrer">Login</a></li>
<li><a class="text-white text-uppercase fw-bold" href="mailto:[email protected]" rel="noopener noreferrer">Contato</a></li>
<li><a class="text-white text-uppercase fw-bold" href="/contato" rel="noopener noreferrer">Contato</a></li>
</ul>
</div>
<div class="g-col-12 g-col-md-4">
Expand Down

0 comments on commit 3a8154f

Please sign in to comment.