Skip to content

Commit

Permalink
fix indent (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoQuote authored Nov 15, 2021
1 parent ee3890d commit 03e4a83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helpdesk/libs/notification.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ def timeLocalize(value):
return dt_with_timezone.astimezone(tz).strftime(TIME_FORMAT)


_templates = Jinja2Templates(directory='templates/notification')
_templates.env.filters['timeLocalize'] = timeLocalize
_templates = Jinja2Templates(directory='templates/notification')
_templates.env.filters['timeLocalize'] = timeLocalize


class Notification:
Expand Down

0 comments on commit 03e4a83

Please sign in to comment.