First time here? Check out the FAQ!

Revision history  [back]

Gravatar Hashes having an extra 's'

Hi,

I've noticed gravatar hashes get an extra 's' after the actual hash. It seems to be because of the code in in askbot-0.6.65-py2.6.egg\askbot\templatetags\extra_tags.py@L16 which should be:

                     'src="http://www.gravatar.com/avatar/%(gravatar_hash)'

instead of

                     'src="http://www.gravatar.com/avatar/%(gravatar_hash)s'

As of now, it prevents me from getting my actual updated gravatar image. Is it a typo or is it normal?

As a side note.. I've changed the aforementionned file code, removed all PYC files in askbot directory, restarted the web server and emptied my browser cache but, still, it does not fix it. What am I doing wrong? (Sorry, first time with Django!)

Thanks for your time and consideration!

Ben

Gravatar Hashes having an extra 's'

Hi,

I've noticed gravatar hashes get an extra 's' after the actual hash. It seems to be because of the code in in askbot-0.6.65-py2.6.egg\askbot\templatetags\extra_tags.py@L16 which should be:

                     'src="http://www.gravatar.com/avatar/%(gravatar_hash)'

instead of

                     'src="http://www.gravatar.com/avatar/%(gravatar_hash)s'

As of now, it prevents me from getting my actual updated gravatar image. Is it a typo or is it normal?

As a side note.. I've changed the aforementionned file code, removed all PYC files in askbot directory, restarted the web server and emptied my browser cache but, still, it does not fix it. What am I doing wrong? (Sorry, first time with Django!)

Thanks for your time and consideration!

Ben

Gravatar Hashes having an extra 's'

Hi,

I've noticed gravatar hashes get an extra 's' after the actual hash. It seems to be because of the code in in askbot-0.6.65-py2.6.egg\askbot\templatetags\extra_tags.py@L16 which should be:

                     'src="http://www.gravatar.com/avatar/%(gravatar_hash)'

instead of

                     'src="http://www.gravatar.com/avatar/%(gravatar_hash)s'

As of now, it prevents me from getting my actual updated gravatar image. Is it a typo or is it normal?

As a side note.. I've changed the aforementionned file code, removed all PYC files in askbot directory, restarted the web server and emptied my browser cache but, still, it does not fix it. What am I doing wrong? (Sorry, first time with Django!)

Thanks for your time and consideration!

Ben

Gravatar Hashes having an extra 's'

Hi,

I've noticed gravatar hashes get an extra 's' after the actual hash. It seems to be because of the code in in askbot-0.6.65-py2.6.egg\askbot\templatetags\extra_tags.py@L16 which should be:

                     'src="http://www.gravatar.com/avatar/%(gravatar_hash)'

instead of

                     'src="http://www.gravatar.com/avatar/%(gravatar_hash)s'

As of now, it prevents me from getting my actual updated gravatar image. Is it a typo or is it normal?

As a side note.. I've changed the aforementionned file code, removed all PYC files in askbot directory, restarted the web server and emptied my browser cache but, still, it does not fix it. What am I doing wrong? (Sorry, first time with Django!)

Thanks for your time and consideration!

Ben