444: failed with make-messages.py
- Fixed
- Review Board
| hfu***@gmai***** (Google Code) (Is this you? Claim this profile.) | |
| April 2, 2008 |
When execute "make-messages.py -l ja", I got an error below
SyntaxError: Translation blocks must not include other block tags: added_by
"added_by" is written as a tag in "templates/reviews/search.html", but this
is not.
Simply changing this from {% added_by %} to {{ added_by }} will fix this
problem.