From e55b533504b92429b454bb4dcbc2f622e4d2fe59 Mon Sep 17 00:00:00 2001
From: Rad <radost.waszkiewicz@gmail.com>
Date: Tue, 26 Feb 2019 00:30:09 +0000
Subject: [PATCH] Messing with millenialcaves.html or similar

---
 core/models.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/models.py b/core/models.py
index f76957e..ccba204 100644
--- a/core/models.py
+++ b/core/models.py
@@ -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"))