foerderbarometer/input/templates/admin/input/project/change_form.html

11 lines
204 B
HTML

{% extends 'admin/change_form.html' %}
{% block extrastyle %}
{{ block.super }}
<style>
.related-widget-wrapper div label {
width: auto;
}
</style>
{% endblock %}