finalized update portfolio
This commit is contained in:
@@ -31,7 +31,7 @@ class UserCreateForm(Form):
|
||||
|
||||
class HistoForm(Form):
|
||||
no_id = IntegerField(widget=HiddenInput())
|
||||
mvt_cash = DecimalField(places=2, validators=[InputRequired()])
|
||||
mvt_cash = DecimalField('Montant à ajouter au portefeuille', places=2, validators=[InputRequired()])
|
||||
|
||||
class AllocationForm(Form):
|
||||
no_cat = IntegerField(widget=HiddenInput())
|
||||
|
||||
Reference in New Issue
Block a user