Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/origin/ad-bugs-fix' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
keeganland committed Aug 23, 2020
2 parents 37fa48b + ef19339 commit c9ce296
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dispatch/modules/content/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,6 @@ def template_fields(self):
self._template_fields = template.prepare_data()
return self._template_fields

def add_view(self):
self.views += 1
self.save(revision=False)

def get_template_path(self):
if self.template != 'default':
return 'article/%s.html' % self.template
Expand Down

0 comments on commit c9ce296

Please sign in to comment.