Skip to content

Commit aa142c5

Browse files
authored
Merge pull request #273 from dhvcc/patch-fa-links
Updated FA icon links to correspond to 5.13.0 free
2 parents a3b7e92 + 61a0e63 commit aa142c5

File tree

5 files changed

+13
-9
lines changed

5 files changed

+13
-9
lines changed

docs/bugs_and_features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ Some useful links for feature development:
3838

3939
- [https://adminlte.io/themes/v3/index3.html](https://adminlte.io/themes/v3/index3.html)
4040
- [https://adminlte.io/docs/3.0/index.html](https://adminlte.io/docs/3.0/index.html)
41-
- [https://fontawesome.com/icons?d=gallery&m=free](https://fontawesome.com/icons?d=gallery&m=free)
41+
- [Font awesome 5.13.0 free icons](https://fontawesome.com/icons?d=gallery&m=free&v=5.0.0,5.0.1,5.0.10,5.0.11,5.0.12,5.0.13,5.0.2,5.0.3,5.0.4,5.0.5,5.0.6,5.0.7,5.0.8,5.0.9,5.1.0,5.1.1,5.2.0,5.3.0,5.3.1,5.4.0,5.4.1,5.4.2,5.13.0,5.12.0,5.11.2,5.11.1,5.10.0,5.9.0,5.8.2,5.8.1,5.7.2,5.7.1,5.7.0,5.6.3,5.5.0,5.4.2)
4242
- [https://getbootstrap.com/docs/4.5/getting-started/introduction/](https://getbootstrap.com/docs/4.5/getting-started/introduction/)

docs/configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ JAZZMIN_SETTINGS = {
8686
}]
8787
},
8888

89-
# Custom icons for side menu apps/models See https://fontawesome.com/icons?d=gallery&m=free
90-
# for a list of icon classes
89+
# Custom icons for side menu apps/models See https://fontawesome.com/icons?d=gallery&m=free&v=5.0.0,5.0.1,5.0.10,5.0.11,5.0.12,5.0.13,5.0.2,5.0.3,5.0.4,5.0.5,5.0.6,5.0.7,5.0.8,5.0.9,5.1.0,5.1.1,5.2.0,5.3.0,5.3.1,5.4.0,5.4.1,5.4.2,5.13.0,5.12.0,5.11.2,5.11.1,5.10.0,5.9.0,5.8.2,5.8.1,5.7.2,5.7.1,5.7.0,5.6.3,5.5.0,5.4.2
90+
# for the full list of 5.13.0 free icon classes
9191
"icons": {
9292
"auth": "fas fa-users-cog",
9393
"auth.user": "fas fa-user",
@@ -201,7 +201,7 @@ Example:
201201
# url name e.g `admin:index`, relative urls e.g `/admin/index` or absolute urls e.g `https://domain.com/admin/index`
202202
"url": "make_messages",
203203
204-
# any font-awesome icon, see list here https://fontawesome.com/icons?d=gallery&m=free (optional)
204+
# any font-awesome icon, see list here https://fontawesome.com/icons?d=gallery&m=free&v=5.0.0,5.0.1,5.0.10,5.0.11,5.0.12,5.0.13,5.0.2,5.0.3,5.0.4,5.0.5,5.0.6,5.0.7,5.0.8,5.0.9,5.1.0,5.1.1,5.2.0,5.3.0,5.3.1,5.4.0,5.4.1,5.4.2,5.13.0,5.12.0,5.11.2,5.11.1,5.10.0,5.9.0,5.8.2,5.8.1,5.7.2,5.7.1,5.7.0,5.6.3,5.5.0,5.4.2 (optional)
205205
"icon": "fas fa-comments",
206206
207207
# a list of permissions the user must have to see this link (optional)

docs/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ You can serve the docs locally using `mkdocs serve -a localhost:8001` and visiti
5757
## Translations
5858
Working with translations in jazzmin is, a bit unorthodox, as we are overriding djangos templates, so it looks like we have a lot of strings that need translating,
5959
but in-fact they already have translation strings in Django, heres the process for dealing with translations, though we recommend not adding new strings that need
60-
translating if possible, and use suitable iconography instead (See [https://fontawesome.com/icons?d=gallery&m=free](https://fontawesome.com/icons?d=gallery&m=free)),
60+
translating if possible, and use suitable iconography instead (See [Font Awesome 5.13.0 free icons](https://fontawesome.com/icons?d=gallery&m=free&v=5.0.0,5.0.1,5.0.10,5.0.11,5.0.12,5.0.13,5.0.2,5.0.3,5.0.4,5.0.5,5.0.6,5.0.7,5.0.8,5.0.9,5.1.0,5.1.1,5.2.0,5.3.0,5.3.1,5.4.0,5.4.1,5.4.2,5.13.0,5.12.0,5.11.2,5.11.1,5.10.0,5.9.0,5.8.2,5.8.1,5.7.2,5.7.1,5.7.0,5.6.3,5.5.0,5.4.2)),
6161
or use a string that is already translated upstream in Django.
6262

6363

jazzmin/settings.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,10 @@
4949
"order_with_respect_to": [],
5050
# Custom links to append to side menu app groups, keyed on app name
5151
"custom_links": {},
52-
# Custom icons for side menu apps/models See https://fontawesome.com/icons?d=gallery&m=free
53-
# for a list of icon classes
52+
# Custom icons for side menu apps/models See the link below
53+
# https://fontawesome.com/icons?d=gallery&m=free&v=5.0.0,5.0.1,5.0.10,5.0.11,5.0.12,5.0.13,5.0.2,5.0.3,5.0.4,5.0.5,5.0.6,5.0.7,5.0.8,5.0.9,5.1.0,
54+
# 5.1.1,5.2.0,5.3.0,5.3.1,5.4.0,5.4.1,5.4.2,5.13.0,5.12.0,5.11.2,5.11.1,5.10.0,5.9.0,5.8.2,5.8.1,5.7.2,5.7.1,5.7.0,5.6.3,5.5.0,5.4.2
55+
# for the full list of 5.13.0 free icon classes
5456
"icons": {"auth": "fas fa-users-cog", "auth.user": "fas fa-user", "auth.Group": "fas fa-users"},
5557
# Icons that are used when one is not manually specified
5658
"default_icon_parents": "fas fa-chevron-circle-right",

tests/test_app/library/settings.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,10 @@
176176
{"name": "Custom View", "url": "admin:custom_view", "icon": "fas fa-box-open"},
177177
]
178178
},
179-
# Custom icons for side menu apps/models See https://fontawesome.com/icons?d=gallery&m=free
180-
# for a list of icon classes
179+
# Custom icons for side menu apps/models See the link below
180+
# https://fontawesome.com/icons?d=gallery&m=free&v=5.0.0,5.0.1,5.0.10,5.0.11,5.0.12,5.0.13,5.0.2,5.0.3,5.0.4,5.0.5,5.0.6,5.0.7,5.0.8,5.0.9,5.1.0,
181+
# 5.1.1,5.2.0,5.3.0,5.3.1,5.4.0,5.4.1,5.4.2,5.13.0,5.12.0,5.11.2,5.11.1,5.10.0,5.9.0,5.8.2,5.8.1,5.7.2,5.7.1,5.7.0,5.6.3,5.5.0,5.4.2
182+
# for the full list of 5.13.0 free icon classes
181183
"icons": {
182184
"auth": "fas fa-users-cog",
183185
"auth.user": "fas fa-user",

0 commit comments

Comments
 (0)