Update to Font Awesome 5. Add experimental Icon class. Simplify document loading icon.
Signed-off-by: Michael Price <loneviking72@gmail.com> Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
committed by
Roberto Rosario
parent
69adce5c02
commit
381dafc7b9
@@ -10,7 +10,7 @@ def has_usable_password(context):
|
||||
|
||||
|
||||
link_logout = Link(
|
||||
icon='fa fa-sign-out', text=_('Logout'), view='authentication:logout_view'
|
||||
icon='fa fa-sign-out-alt', text=_('Logout'), view='authentication:logout_view'
|
||||
)
|
||||
link_password_change = Link(
|
||||
condition=has_usable_password, icon='fa fa-key', text=_('Change password'),
|
||||
|
||||
Reference in New Issue
Block a user