finalized update portfolio

This commit is contained in:
2023-02-09 14:07:24 +01:00
parent d95ae8eeeb
commit fcd83c48d7
9 changed files with 44 additions and 35 deletions

View File

@@ -13,7 +13,11 @@
{% endfor %}
<div class="form-group">
<label class="required-field" for="tag">{{form.mvt_cash.label}}</label>
{{form.mvt_cash(class_='form-control')}}
<div class="input-group">
<div class="input-group-addon">€</div>
{{form.mvt_cash(class_='form-control')}}
</div>
<p class="form-control-static">(si le montant est négatif, le montant est retiré du portefeuille)</b></p>
</div>
<br>