2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-15 02:57:17 +00:00

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

@@ -185,7 +185,7 @@ class EntranceForm(ModelForm):
model = Entrance
exclude = (
"cached_primary_slug",
"filename",
"filename"
)
def clean(self):