Skip to content

Commit a98c615

Browse files
committed
still doesn't support
1 parent 07934a0 commit a98c615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2020-07-28-how-to-custom-select-language-icon-in-django-administration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ categories: [python, django]
1212
**1. Add the base_site file inside `templates/admin/base_site.html`.**
1313

1414
```html
15-
[[ extends "admin/base.html" ]] ==> please change [[ ]] to {% because gh-pages doesn't support `extends` tag.
15+
[[ extends "admin/base.html" ]] ==> please change [[ ]] to django templatetag, because gh-pages doesn't support it.
1616
{% load static i18n %}
1717

1818
{% block title %}{{ title }} | {{ site_title|default:_('Situs django admin') }}{% endblock %}

0 commit comments

Comments
 (0)