Skip to content

Commit

Permalink
Fix course prices
Browse files Browse the repository at this point in the history
  • Loading branch information
ineeve committed Oct 8, 2019
1 parent 9bb3f37 commit eefda26
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _includes/2019/course.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,19 +119,19 @@ <h3 class="text-justify">Preços</h3>
<tbody>
<tr>
<th scope="row">Valor de venda com exame</th>
<td>1620,00</td>
<td>1620€</td>
</tr>
<tr>
<th scope="row">Valor de venda com Early Bird</th>
<td>1458,00</td>
<td>1458€</td>
</tr>
<tr>
<th scope="row">Associado</th>
<td>1215,00</td>
<td>1215€</td>
</tr>
<tr>
<th scope="row">Associado com Early Bird</th>
<td>1053,00</td>
<td>1053€</td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit eefda26

Please sign in to comment.