Kotti / deform_bootstrap

Bootstrap compatible templates for the deform form library. (Merged into deform 2.)
http://pypi.python.org/pypi/deform_bootstrap
34 stars 30 forks source link

images are missing from deform's copy of bootstrap #61

Closed goodwillcoding closed 11 years ago

goodwillcoding commented 11 years ago

bootstrap iconglyphs are not included in the deforms version of bootstrap

Also, because bootstrap.css and .js is not in their respective .js and .css folders dropping the folder in does not help.

deform_bootstrap.css:1782:  background-image: url("../img/glyphicons-halflings.png");
deform_bootstrap.css:1793:  background-image: url("../img/glyphicons-halflings-white.png");

Solution 1: Adjust image paths in deform_bootstrap.css

Solution 2: Possible solution included moving bootstrap css/js into proper subfolders, and using symlinks to keep backward compatability