Skip to content

Instantly share code, notes, and snippets.

@deliseev
Created November 5, 2019 13:55
Show Gist options
  • Save deliseev/a50a5f6d6448ec1272c88e0d23d39e53 to your computer and use it in GitHub Desktop.
Save deliseev/a50a5f6d6448ec1272c88e0d23d39e53 to your computer and use it in GitHub Desktop.
django.contrib.admin.templates inheritance

Blocks

  • base
    • base_site
      • 404
      • 500
      • change_password
      • change_form
        • add_form
      • change_list
      • delete_confirmation
      • delete_selected_confirmation
      • index
        • app_index
      • invalid_setup
      • login
      • object_history

Includes

  • actions
  • change_form_object_tools
  • change_list_object_tools
  • change_list_results
  • date_hierarchy
  • filter
  • pagination
  • popup_response
  • prepopulated_fields_js
  • search_form
  • submit_line
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment