From 5da1a1e66a38c0d7185a90424d0bb9f3c3c7875d Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sat, 16 Feb 2019 10:09:32 -0600 Subject: changed templates to link to country archives --- app/jrnl/models.py | 1 - 1 file changed, 1 deletion(-) (limited to 'app') diff --git a/app/jrnl/models.py b/app/jrnl/models.py index 6f6da1d..dca4cd4 100644 --- a/app/jrnl/models.py +++ b/app/jrnl/models.py @@ -181,7 +181,6 @@ class Entry(models.Model): self.state_name = self.location.state.name self.country_name = self.location.state.country.name self.country_slug = self.location.state.country.slug - print(self.title) self.region_name = self.location.state.country.lux_region.name if created and not self.featured_image: self.featured_image = LuxImage.objects.latest() -- cgit v1.2.3