diff --git a/topologie/models.py b/topologie/models.py index c28f1d4f..2ce5d609 100644 --- a/topologie/models.py +++ b/topologie/models.py @@ -60,8 +60,6 @@ class Stack(models.Model): def clean(self): if self.member_id_max < self.member_id_min: - import traceback - traceback.print_exc() raise ValidationError({'member_id_max':"L'id maximale est inférieure à l'id minimale"}) class Switch(models.Model): diff --git a/topologie/templates/topologie/aff_stacks.html b/topologie/templates/topologie/aff_stacks.html index e4ca286d..b2105114 100644 --- a/topologie/templates/topologie/aff_stacks.html +++ b/topologie/templates/topologie/aff_stacks.html @@ -28,14 +28,20 @@ with this program; if not, write to the Free Software Foundation, Inc.,