Use pip installed fontawesome and css/webfont loading rather than JS

This commit is contained in:
2021-02-21 02:14:23 +00:00
parent a789184c1c
commit 2044cbdac2
8 changed files with 21 additions and 28 deletions

View File

@@ -72,6 +72,7 @@ INSTALLED_APPS = (
'reversion',
'captcha',
'widget_tweaks',
'fontawesome-free',
)
MIDDLEWARE = (