ent.url removed and entrance edit path simplified

This commit is contained in:
2023-11-07 23:23:15 +02:00
parent 1ba37665b5
commit 1e8a5bea6e
6 changed files with 13 additions and 13 deletions

View File

@@ -251,7 +251,6 @@ class Entrance(TroggleModel):
photo = models.TextField(blank=True, null=True)
slug = models.SlugField(max_length=50, unique=True, default="default_slug_id")
underground_description = models.TextField(blank=True, null=True)
url = models.CharField(max_length=300, blank=True, null=True)
tag_station = models.TextField(blank=True, null=True)
other_station = models.TextField(blank=True, null=True)