openplans / openblock

OpenBlock is a web application and RESTful service that allows users to browse and search their local area for "hyper-local news
61 stars 26 forks source link

"show/hide" buttons on account page are buggy #115

Closed slinkp closed 12 years ago

slinkp commented 12 years ago
slinkp commented 12 years ago

Same stuff is broken on the place detail view, see #168 for more detail

slinkp commented 12 years ago

Milestone Beta Release 1 deleted

slinkp commented 12 years ago

Missing a space on line 82 in ebpub/ebpub/templates/accounts/dashboard.html, producing mangled li markup.

Currently: <li{% if schema.is_hidden %}class="hidden"{% endif %}>....

Should be: <li {% if schema.is_hidden %....

Sorry, I don't have a dev version set up to do this properly or give you a patch.

slinkp commented 12 years ago

(In [9904b54231b2f41fc9f43a940d6a9de2f77eee20]) Fix #115: broken show/hide buttons on account dashboard

slinkp commented 12 years ago

Ticket imported from Trac: http://developer.openblockproject.org/ticket/115 Reported by: slinkp