summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/models.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/models.py b/core/models.py
index 32d4c68..817cf86 100644
--- a/core/models.py
+++ b/core/models.py
@@ -397,6 +397,8 @@ class Cave(TroggleModel):
url = models.CharField(max_length=200,blank=True,null=True)
filename = models.CharField(max_length=200)
+ fixedfield = "napis"
+
#class Meta:
# unique_together = (("area", "kataster_number"), ("area", "unofficial_number"))
# FIXME Kataster Areas and CUCC defined sub areas need seperating