noisebridge / pyclass-project

Other
8 stars 2 forks source link

Bootstrap breaks paginator #53

Closed Belgand closed 12 years ago

Belgand commented 12 years ago

Somehow Bootstrap is picking up on the paginator (currently used only on todoitem_list.html) and breaking it. Specifically the left-most box's left border is cut off and the current page is being shoved out of the box to the right. If we remove the code that doesn't create a link for the current page it shows up fine, but needs to be restyled to indicate that it's the page we're currently on.

Note that by default the pagination is set to kick in at 20 items so it would probably be easiest to work with if this is adjusted down while you work on it. This is set in the todo app URLconf.