Files
mayan-edms/mayan/apps/templating/icons.py
Roberto Rosario 466f15e154 Move template sandbox to its own app
Improve UI for the sandbox template textarea.

Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
2019-11-11 02:59:26 -04:00

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'
)