| Issue 128: | Inconsistant use of SITE_NAME and POST_NAME | |
| 2 people starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem?
1.find jaikuengine-read-only -name templates -exec grep -rl Jaiku {} \;
What is the expected output? What do you see instead?
In all Django templates, {{SITE_NAME}} should be used instead of "Jaiku" and
{{POST_NAME}}s
should be used instead of "Jaikus".
Please provide any additional information below.
I have included a patch that solves this issue.
Jul 21, 2009
Project Member
#1
adewale
Nov 18, 2009
Fixed in revision: https://code.google.com/p/jaikuengine/source/detail?r=119 Thanks go to kugutsumen for patch: http://rietku.appspot.com/35004
Status:
Fixed
|