Updated README.md [ci skip]
parent
73a61080ae
commit
c4c6a2b0f2
|
|
@ -85,6 +85,12 @@ You can add a theme you've created through the admin to this repository by [send
|
|||
###### Admin theme customization
|
||||

|
||||
|
||||
## FAQ
|
||||
- #### I already have a custom `base_site.html`, how can I make it work?
|
||||
|
||||
You can use [django-apptemplates](https://github.com/bittner/django-apptemplates), then add **`{% extends "admin_interface:admin/base_site.html" %}`** to your `base_site.html`
|
||||
|
||||
---
|
||||
#### Thanks
|
||||
- [django-flat-theme](https://github.com/elky/django-flat-theme/)
|
||||
- [django-flat-responsive](https://github.com/elky/django-flat-responsive)
|
||||
|
|
|
|||
Loading…
Reference in New Issue