Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 218 by trutane: Submit button not visible when editing blog entry in social project http://code.google.com/p/django-hotclub/issues/detail?id=218
What steps will reproduce the problem? 1. Create a blog post. 2. Attempt to edit the post (e.g., http://127.0.0.1:8000/blog/edit/1/) What is the expected output? What do you see instead? The "Editing post" form should have a "submit" button at the bottom, but button is not visible. It is present and functional, which you can see if you mouse over the area below the tags input box: the mouse turns into a pointer and and you can click on it to submit the form. What version of the product are you using? On what operating system? 0.7b3, Mac OSX 10.4.11, FireFox 3.0.8 and Safari 3.2.1 Please provide any additional information below. Looks like the cause is that the button class definition in the basic-form within media/base.css specifies this: background: url(button.png) no-repeat; and no such png can be found in the project's media dir or the default media dir. Looks like it was included in 0.5.1, as it is in the file listing here: http://svn.pinaxproject.com/pinax/tags/0.5.1/projects/complete_project/site_media/ When button.png gets rescued, the url in the css will probably need to be changed to something like this: url('/site_media/pinax/images/button.png') -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pinax-updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pinax-updates?hl=en -~----------~----~----~----~------~----~------~--~---
