Mercurial > public > sg101
diff bandmap/views.py @ 840:7735f8a6bd1f
Bandmap fix: Unicode band names were causing a crash.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 04 Oct 2014 17:15:22 -0500 |
parents | f31168465953 |
children | 09ed84a7394c |
line wrap: on
line diff
--- a/bandmap/views.py Sat Oct 04 17:06:56 2014 -0500 +++ b/bandmap/views.py Sat Oct 04 17:15:22 2014 -0500 @@ -15,7 +15,7 @@ from bandmap.models import BandEntry -SUCCESS = "Successfully submitted {} for admin review. Thanks!" +SUCCESS = u"Successfully submitted {} for admin review. Thanks!" def map_view(request):