diff --git a/accountant/frontend/static/templates/operations.html b/accountant/frontend/static/templates/operations.html index bc920b6..9a8e12d 100644 --- a/accountant/frontend/static/templates/operations.html +++ b/accountant/frontend/static/templates/operations.html @@ -60,7 +60,7 @@ e-timezone="UTC" e-class="input-sm" e-style="width: 100%" e-name="operation_date" e-form="rowform" e-required> - {{ operation.operation_date | date:"yyyy-MM-dd" }} + {{ operation.operation_date | date:"yyyy-MM-dd" }} @@ -70,7 +70,7 @@ e-placeholder="Libellé de l'opération" e-class="input-sm" e-style="width: 100%" e-name="label" e-form="rowform" e-required> - {{ operation.label }} + {{ operation.label }} @@ -78,12 +78,12 @@ - {{ operation.value | currency:"€" }} + {{ operation.value | currency:"€" }} - {{ operation.sold | currency:"€" }} + {{ operation.sold | currency:"€" }} @@ -91,7 +91,7 @@ e-placeholder="Catégorie" e-class="input-sm" e-style="width: 100%" e-name="category" e-form="rowform" e-required> - {{ operation.category }} + {{ operation.category }}