From 521f0241f84bc62f5569ce97d3cd4e4166fc57a0 Mon Sep 17 00:00:00 2001
From: Rad <radost.waszkiewicz@gmail.com>
Date: Tue, 26 Feb 2019 00:21:54 +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 5eb2639..2189594 100644
--- a/core/models.py
+++ b/core/models.py
@@ -398,7 +398,7 @@ class Cave(TroggleModel):
     filename = models.CharField(max_length=200)
 
 	def fixedfield(self):
-		return "napis testowy
+		return "napis testowy"
 
     #class Meta:
     #    unique_together = (("area", "kataster_number"), ("area", "unofficial_number"))