diff options
Diffstat (limited to 'core/models/caves.py')
-rw-r--r-- | core/models/caves.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/models/caves.py b/core/models/caves.py index 01ec4a3..1c9eaf7 100644 --- a/core/models/caves.py +++ b/core/models/caves.py @@ -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) |