diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/models_survex.py | 2 | ||||
-rw-r--r-- | core/views_caves.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/models_survex.py b/core/models_survex.py index e58cf49..6499d78 100644 --- a/core/models_survex.py +++ b/core/models_survex.py @@ -149,7 +149,7 @@ class SurvexBlock(models.Model): return ssl[0] #print name ss = SurvexStation(name=name, block=self) - ss.save() + #ss.save() return ss def DayIndex(self): diff --git a/core/views_caves.py b/core/views_caves.py index 2a9bd88..270b436 100644 --- a/core/views_caves.py +++ b/core/views_caves.py @@ -28,7 +28,7 @@ class MapLocations(object): ("laser.kt114_96","HSK","Reference", "Hinterer Schwarzmooskogel trig point"), ("2000","Nipple","Reference", "Nipple (Weiße Warze)"), ("3000","VSK","Reference", "Vorderer Schwarzmooskogel summit"), - ("oldtopcamp", "OTC", "Reference", "Old Top Camp"), + ("topcamp", "OTC", "Reference", "Old Top Camp"), ("laser.0", "LSR0", "Reference", "Laser Point 0"), ("laser.0_1", "LSR1", "Reference", "Laser Point 0/1"), ("laser.0_3", "LSR3", "Reference", "Laser Point 0/3"), |