Skip to content

Commit

Permalink
fix: remove extra bracket from secret decision (#2870)
Browse files Browse the repository at this point in the history
  • Loading branch information
rikuke authored Mar 7, 2024
1 parent 99b09bf commit 8fb25fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/benefit/applications/templates/secret_decision.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<tbody>
{% for row in calculation_rows %}
<tr>
<td>{{row.start_date|date:"d.m.Y"}} - {{row.end_date|date:"d.m.Y"}}}</td>
<td>{{row.start_date|date:"d.m.Y"}} - {{row.end_date|date:"d.m.Y"}}</td>
<td>{{row.amount}}</td>
<th>{{application.calculation.calculated_benefit_amount}}</th>
</tr>
Expand Down

0 comments on commit 8fb25fd

Please sign in to comment.