Skip to content

Commit

Permalink
Removed extra form element (bug 594552)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory Koberger committed Sep 15, 2010
1 parent adb0c54 commit e1984b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/bandwagon/templates/bandwagon/includes/addedit.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h3>{{ _('Collection Description') }}</h3>
<label for="id_description">{{ form.description.label|safe }}</label>
{{ form.description|safe }}
</p>
{{ form.icon|safe }}

<div id="collection_listed">
<label>{{ form.listed.label }}</label>
{{ form.listed|safe }}
Expand Down

0 comments on commit e1984b0

Please sign in to comment.