Browse Source

Fix format utils locale string type

pull/160/head
Benard Ebinu 8 years ago
parent
commit
371b539392
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

@ -6,7 +6,7 @@ from django import template
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, 'en_CA.UTF-8')
register = template.Library()


Loading…
Cancel
Save