From 5154c0d8e5fae0476a01fe9d6fa5666ab9a2e0b4 Mon Sep 17 00:00:00 2001 From: Rad Date: Tue, 26 Feb 2019 00:29:16 +0000 Subject: Messing with millenialcaves.html or similar --- core/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/models.py') 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: -- cgit v1.2.3