Skip to content

Commit

Permalink
centralizando
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardocintra committed Jul 5, 2017
1 parent d4d96bd commit 0cc9a7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/templates/core/convidados_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h4>Quantidade de pessoas: {{ quantidade_confirmada }}</h4>
<tr>
<th>#</th>
<th>Convidado</th>
<th>Quantidade</th>
<th class="text-center">Quantidade</th>
<th>Data da Confirmação</th>
</tr>
</thead>
Expand All @@ -28,7 +28,7 @@ <h4>Quantidade de pessoas: {{ quantidade_confirmada }}</h4>
<tr>
<th>{{ convidado.id }}</th>
<th>{{ convidado.nome_convidado }}</th>
<th>{{ convidado.quantidade_convidados }}</th>
<th class="text-center">{{ convidado.quantidade_convidados }}</th>
<th>{{ convidado.data_cadastro }}</th>
</tr>
{% endfor %}
Expand Down

0 comments on commit 0cc9a7d

Please sign in to comment.