Add icons.py module for the acls, authentication, cabinets, checkouts, some of common, mayan_statistic, and metadata apps links.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
6
mayan/apps/authentication/icons.py
Normal file
6
mayan/apps/authentication/icons.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from __future__ import absolute_import, unicode_literals
|
||||
|
||||
from appearance.classes import Icon
|
||||
|
||||
icon_logout = Icon(driver_name='fontawesome', symbol='sign-out-alt')
|
||||
icon_password_change = Icon(driver_name='fontawesome', symbol='key')
|
||||
Reference in New Issue
Block a user