From 9df91b221b4992d29b90caa30ae5a417d5b750d0 Mon Sep 17 00:00:00 2001 From: Sam Wenham Date: Sun, 31 Mar 2019 15:39:53 +0100 Subject: Support html and wiki logbook entrys Move nearest_station to nearest_station_name and make nearest_station a foreign key to SurvexStation Lots of tidying --- core/models_survex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/models_survex.py') diff --git a/core/models_survex.py b/core/models_survex.py index f6b3284..ed581a3 100644 --- a/core/models_survex.py +++ b/core/models_survex.py @@ -225,4 +225,4 @@ class TunnelFile(models.Model): class Meta: ordering = ('tunnelpath',) - + -- cgit v1.2.3