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_medi
a/
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')
Original issue reported on code.google.com by trut...@gmail.com on 25 Apr 2009 at 8:46
Original issue reported on code.google.com by
trut...@gmail.com
on 25 Apr 2009 at 8:46