Improve UI for the sandbox template textarea. Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
8 lines
184 B
Python
8 lines
184 B
Python
from __future__ import absolute_import, unicode_literals
|
|
|
|
from mayan.apps.appearance.classes import Icon
|
|
|
|
icon_template_sandbox = Icon(
|
|
driver_name='fontawesome', symbol='flask'
|
|
)
|