From 5c3fd60de974e2bb924aba10a7ee36743fe04278 Mon Sep 17 00:00:00 2001 From: Hugo LEVY-FALK Date: Fri, 14 Dec 2018 18:28:58 +0100 Subject: [PATCH] =?UTF-8?q?=E2=82=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- comet/account/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comet/account/models.py b/comet/account/models.py index c86a1fe..63a4abb 100644 --- a/comet/account/models.py +++ b/comet/account/models.py @@ -21,7 +21,7 @@ class Account(models.Model): class Sale(models.Model): """Represents a sale""" price = models.DecimalField( - verbose_name="Prix", + verbose_name="Prix (€)", max_digits=4, decimal_places=2 )