mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-07-05 18:03:59 +02:00
Place field is useless
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
@ -404,13 +404,6 @@ class Passage(models.Model):
|
||||
related_name="passages",
|
||||
)
|
||||
|
||||
place = models.CharField(
|
||||
verbose_name=_("place"),
|
||||
max_length=255,
|
||||
help_text=_("Where the solution is presented?"),
|
||||
default="Non indiqué",
|
||||
)
|
||||
|
||||
solution_number = models.PositiveSmallIntegerField(
|
||||
verbose_name=_("defended solution"),
|
||||
choices=[
|
||||
|
Reference in New Issue
Block a user