This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
creylopez
/
django-ex
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
2
Wiki
Activity
Browse Source
Fixing locale error
pull/160/head
Justin Johnson
8 years ago
parent
371b539392
commit
cf540af4f0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
,
'
'
)
register
=
template
.
Library
(
)
Write
Preview
Loading…
Cancel
Save