summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorRad <radost.waszkiewicz@gmail.com>2019-02-26 00:29:16 +0000
committerRad <radost.waszkiewicz@gmail.com>2019-02-26 00:29:16 +0000
commit74779788e0f054935d2f2efd562e6410fa194c95 (patch)
tree2c1f94043f95f2a7e179a56ebf9444b78ba137a8 /core
parentf20bd3842ae00b16f265540adae853b752992d01 (diff)
downloadtroggle-74779788e0f054935d2f2efd562e6410fa194c95.tar.gz
troggle-74779788e0f054935d2f2efd562e6410fa194c95.tar.bz2
troggle-74779788e0f054935d2f2efd562e6410fa194c95.zip
Messing with millenialcaves.html or similar
Diffstat (limited to 'core')
-rw-r--r--core/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/models.py b/core/models.py
index 2189594..f76957e 100644
--- a/core/models.py
+++ b/core/models.py
@@ -397,7 +397,7 @@ class Cave(TroggleModel):
url = models.CharField(max_length=200,blank=True,null=True)
filename = models.CharField(max_length=200)
- def fixedfield(self):
+ def fixedfield():
return "napis testowy"
#class Meta: