summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRad <radost.waszkiewicz@gmail.com>2019-02-26 00:21:54 +0000
committerRad <radost.waszkiewicz@gmail.com>2019-02-26 00:21:54 +0000
commit521f0241f84bc62f5569ce97d3cd4e4166fc57a0 (patch)
tree5821d45a3b4c65cdbcbf3eba96c0716c6b563fbd
parent0394becdacb0dd19bb75944eea64086edcbfac5e (diff)
downloadtroggle-521f0241f84bc62f5569ce97d3cd4e4166fc57a0.tar.gz
troggle-521f0241f84bc62f5569ce97d3cd4e4166fc57a0.tar.bz2
troggle-521f0241f84bc62f5569ce97d3cd4e4166fc57a0.zip
Messing with millenialcaves.html or similar
-rw-r--r--core/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/models.py b/core/models.py
index 5eb2639..2189594 100644
--- a/core/models.py
+++ b/core/models.py
@@ -398,7 +398,7 @@ class Cave(TroggleModel):
filename = models.CharField(max_length=200)
def fixedfield(self):
- return "napis testowy
+ return "napis testowy"
#class Meta:
# unique_together = (("area", "kataster_number"), ("area", "unofficial_number"))