Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oventura/3403701 to your computer and use it in GitHub Desktop.
Save oventura/3403701 to your computer and use it in GitHub Desktop.
The method authz_form_table in :
https://github.com/okfn/ckan/blob/master/ckan/templates/package/authz.html
creates a table with non-translatable labels (anon_editor, admin, editor, reader...)
The method authz_form_table in :
https://github.com/okfn/ckan/blob/master/ckan/templates/package/authz.html
creates a table with non-translatable labels (anon_editor, admin, editor, reader...)
In https://github.com/okfn/ckan/blob/master/ckan/templates/user/read.html#L26 :
${h.render_datetime(c.user_dict['created'])} return a non-formated date (in function of the langage of the user).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment