[ckan-changes] [ckan/ckan] 9ef490: [#1436] Fix encoding error on user form when using...
GitHub
noreply at github.com
Tue Aug 12 13:15:56 UTC 2014
Branch: refs/heads/release-v2.1.3
Home: https://github.com/ckan/ckan
Commit: 9ef490755b9022153c4b5dbfc6527dadb86b8688
https://github.com/ckan/ckan/commit/9ef490755b9022153c4b5dbfc6527dadb86b8688
Author: amercader <amercadero at gmail.com>
Date: 2014-08-12 (Tue, 12 Aug 2014)
Changed paths:
M ckan/templates/user/edit_user_form.html
Log Message:
-----------
[#1436] Fix encoding error on user form when using email notifications
If the site title had special characters an encoding error was raised,
as the site title was an unicode string but the helper text wasn't. We
used the Jinja2 "string" filter to fix this. Translations should not be
affected so this can be backported.
More information about the ckan-changes
mailing list