forked from expo/troggle
Messing with millenialcaves.html or similar
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user