Skip to content

Commit

Permalink
still doesn't support
Browse files Browse the repository at this point in the history
  • Loading branch information
agusmakmun committed Aug 1, 2020
1 parent 07934a0 commit a98c615
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories: [python, django]
**1. Add the base_site file inside `templates/admin/base_site.html`.**

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

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

0 comments on commit a98c615

Please sign in to comment.