Browse Source

Fix testing in github checks

pull/170/head
ariannedee 5 years ago
parent
commit
0427c59942
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      edivorce/apps/core/templatetags/format_utils.py

+ 1
- 1
edivorce/apps/core/templatetags/format_utils.py View File

@ -10,7 +10,7 @@ from django.utils.html import format_html
from django.utils.safestring import mark_safe
from django.utils.timesince import timesince
locale.setlocale(locale.LC_ALL, 'en_CA.UTF-8')
locale.setlocale(locale.LC_ALL, '')
register = template.Library()


Loading…
Cancel
Save