First time here? Check out the FAQ!
1

Login PNG Location
 

I have added my new login png file just like google, twitter etc under /askbot/media/jquery-openid/images, in addition to that I edited the util.py file in django_authopenid but I still don't see the image on the login page. Do I need to do anything addition for just the image to showup

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
SocialQA's avatar
265
SocialQA
asked 12 years ago

Comments

see more comments

1 Answer

1

Make the value of the icon_media_path relative to the media directory within your custom theme. To debug the easiest is to inspect the HTML markup and see what url is produced, then make fixes in that variable accordingly.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
answered 12 years ago
link

Comments

see more comments