mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-25 15:23:45 +00:00
Small wording revision
This commit is contained in:
parent
0840b1a355
commit
ad7af7e191
1 changed files with 1 additions and 2 deletions
|
|
@ -105,8 +105,7 @@ The ``ModelAdmin`` class provides several attributes to enable you to easily
|
|||
add additional stylesheets and JavaScript to the admin interface for your
|
||||
model. Each attribute simply needs to be a list of paths to the files you
|
||||
want to include. If the path is for a file in your project's static directory,
|
||||
Wagtail will automatically prepended paths for each path with ``STATIC_URL``,
|
||||
so you don't need to repeat it each time in your list of paths.
|
||||
then Wagtail will automatically prepend the path with ``STATIC_URL`` so that you don't need to repeat it each time in your list of paths.
|
||||
|
||||
If you'd like to add styles or scripts to the ``IndexView``, you should set the
|
||||
following attributes:
|
||||
|
|
|
|||
Loading…
Reference in a new issue