summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2019-02-16 10:09:32 -0600
committerluxagraf <sng@luxagraf.net>2019-02-16 10:09:32 -0600
commit5da1a1e66a38c0d7185a90424d0bb9f3c3c7875d (patch)
tree28eeca5ed389b75c539214115ab456f8263b1d72 /app
parentd0be352d2338108429969dbb31323925cf0adb47 (diff)
changed templates to link to country archives
Diffstat (limited to 'app')
-rw-r--r--app/jrnl/models.py1
1 files changed, 0 insertions, 1 deletions
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()