{% extends "admin/controller/change_form.html" %} {% load i18n admin_modify groups %} {# Append join requests links (not object-tools for popups) #} {% block object-tools %} {% if change %}{% if not is_popup %} {% endif %}{% endif %} {% endblock %} {# Fix #310 Submit row empty when adding object using popup #} {% block submit_buttons_bottom %} {% if is_popup and not change %}{% submit_row %} {% else %}{{ block.super }}{% endif %} {% endblock %}