Rick Copeland
-
2011-01-18
- size: --> 1
Not sure exactly how this is getting generated, but we're getting a lot of emails on add_project that end in sftheme/macro.html, line 14:
Module /var/local/sftheme/allura/sftheme/templates/sftheme/macro.html:14 in template >> <a href="/users/{{ username or '?user_id='+userid }}">{{name}}</a> TypeError: cannot concatenate 'str' and 'ObjectId' objects
It looks like we might just need to use interpolation (%s) rather than concatenation. Confirm the cause of this and fix it.
Log in to post a comment.