﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
1622	None	Olive	Adrian Holovaty	"the only dirty workaround I've found is to add a <hr/> in admin/change_form.html:

{% for bound_field_set in bound_field_sets %}
   <fieldset class=""module aligned {{ bound_field_set.classes }}"">
    {% if bound_field_set.name %}<h2>{{ bound_field_set.name }}</h2>{%
endif %}
    {% if bound_field_set.description %}<div class=""description"">{{
bound_field_set.description }}</div>{% endif %}
    {% for bound_field_line in bound_field_set %}
        {% admin_field_line bound_field_line %}
        {% for bound_field in bound_field_line %}
            {% filter_interface_script_maybe bound_field %}
        {% endfor %}<hr/> <==========
    {% endfor %}
   </fieldset>
{% endfor %} "	defect	closed	Forms	dev	normal	fixed	None	None	Design decision needed	0	0	0	0	0	0
