Skip to content

Commit

Permalink
Merge pull request #118 from nossas/fix/candidate-form-text
Browse files Browse the repository at this point in the history
Fix: Adiciona pontuação em texto de Cadastro de Candidates
  • Loading branch information
igr-santos authored Sep 20, 2023
2 parents 2e1925f + fbea62e commit 1b6b0f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/eleicao/forms/candidate.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class Commitment1Form(forms.Form):
icon="icon-lgbt",
)
agree_5 = IconBooleanField(
label="Prioridade ao acionamento da rede de proteção, com encaminhamento a medidas socioeducativas como ultimo recurso",
label="Prioridade ao acionamento da rede de proteção, com encaminhamento a medidas socioeducativas como último recurso.",
required=True,
icon="icon-network",
)
Expand Down
2 changes: 1 addition & 1 deletion app/eleicao/templates/eleicao/includes/form_control.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
{% endif %}
</div>
{% if field.name == "lgpd" %}
<p class="mt-5">Esta escolha não afeta a participação do Candidato na Campanha.</p>
<p class="mt-5">Esta escolha não afeta a participação da candidatura na Campanha.</p>
{% endif %}

{% if field.name == "social_media" %}
Expand Down

0 comments on commit 1b6b0f1

Please sign in to comment.