summaryrefslogtreecommitdiffstats
path: root/core/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'core/models.py')
-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: