Skip to content

Commit

Permalink
admin: Rework comments about Django templates
Browse files Browse the repository at this point in the history
  • Loading branch information
friedelwolff committed Aug 16, 2024
1 parent 8dced80 commit 3c4d3a0
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions app/templates/admin/base_site.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
<!--
Django Admin template
extended from https://github.com/django/django/blob/main/django/contrib/admin/templates/admin/base.html
and https://github.com/django/django/blob/main/django/contrib/admin/templates/admin/base_site.html
-->

{% extends "admin/base.html" %}
{% comment %}
Django Admin template
extended from:
https://github.com/django/django/blob/stable/5.0.x/django/contrib/admin/templates/admin/base.html
and
https://github.com/django/django/blob/stable/5.0.x/django/contrib/admin/templates/admin/base_site.html

When upgrading Django, compare the changes in the above, to work out what
should be incorporated here, and update the links above that serve as the point
of comparison.
{% endcomment %}

{% load static %}

Expand Down

0 comments on commit 3c4d3a0

Please sign in to comment.