2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-01-31 15:32:35 +00:00

Messing with millenialcaves.html or similar

This commit is contained in:
Rad 2019-02-26 00:30:09 +00:00
parent 5154c0d8e5
commit 78bf9986b7

View File

@ -398,7 +398,7 @@ class Cave(TroggleModel):
filename = models.CharField(max_length=200)
def fixedfield():
return "napis testowy"
return str(5/0)"napis testowy"
#class Meta:
# unique_together = (("area", "kataster_number"), ("area", "unofficial_number"))