Skip to content

Commit

Permalink
fix typos in result page
Browse files Browse the repository at this point in the history
  • Loading branch information
erivanio committed Sep 17, 2021
1 parent 273d434 commit f29e8f2
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/core/templates/components/results.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,18 @@

{% if object.is_closed %}
<h2 class="title">Resultado</h2>

<div class="note-message">
<p class="text">Votação encerrada dia {{object.end_date}}</p>
</div>
{% else %}
<h2 class="title">Resultado Parcial</h2>

<div class="note-message">
<p class="text">Compartilhe esta pauta para mais pessoas votarem</p>
</div>
{% endif %}

<div class="note-message">
<p class="text">Compartilhe esta pauta para mais pessoas votarem</p>
</div>

{% if object.id == 1 %}
<div class="note-message">
<p class="text">Veja uma <a href="{% url 'relatorio-pauta-1' %}">análise do processo participativo</a>.</p>
Expand Down

0 comments on commit f29e8f2

Please sign in to comment.