diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2024-12-14 03:14:08 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2024-12-14 03:14:08 +0000 |
commit | 36bb964845d3c368e374a9f1d38bfd7f4ebd6299 (patch) | |
tree | 915a56b176a485be7eac3cc249134e9fa3a0cc07 | |
parent | f04aa7d067702e98b31e705d1d4562bbf1a2af07 (diff) | |
download | troggle-36bb964845d3c368e374a9f1d38bfd7f4ebd6299.tar.gz troggle-36bb964845d3c368e374a9f1d38bfd7f4ebd6299.tar.bz2 troggle-36bb964845d3c368e374a9f1d38bfd7f4ebd6299.zip |
fix tests for caveform chnages
-rw-r--r-- | core/TESTS/test_imports.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/TESTS/test_imports.py b/core/TESTS/test_imports.py index f5127c3..92bacc3 100644 --- a/core/TESTS/test_imports.py +++ b/core/TESTS/test_imports.py @@ -82,7 +82,7 @@ class SimpleTest(SimpleTestCase): from django.shortcuts import get_object_or_404, render import troggle.core.views.expo - from troggle.core.forms import CaveAndEntranceFormSet, CaveForm, EntranceForm, EntranceLetterForm + from troggle.core.forms import CaveForm, EntranceForm, EntranceLetterForm from troggle.core.models.caves import Cave, CaveAndEntrance, Entrance, SurvexStation #EntranceSlug, from troggle.core.models.troggle import Expedition from troggle.core.views.auth import login_required_if_public |