-
-
Notifications
You must be signed in to change notification settings - Fork 302
Closed
Description
Rendering is broken when using django-grappelli:
Simplifying add_type_form.html fixes it. With only this and nothing else:
{% extends "admin/change_form.html" %}
{% block submit_buttons_bottom %}
{% include 'admin/submit_line.html' with show_save=True %}
{% endblock %}It also works perfectly without grappelli:
If this change is OK, I'll make a pull request.
Metadata
Metadata
Assignees
Labels
No labels


