2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-22 23:31:52 +00:00

Messing with millenialcaves.html or similar

This commit is contained in:
Rad 2019-02-26 00:30:09 +00:00
parent 74779788e0
commit e55b533504

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"))