From 5f80563e49cab335bfe24ae49504e7c3da3e04a1 Mon Sep 17 00:00:00 2001 From: Eric Riggs Date: Thu, 8 Mar 2018 04:32:26 -0400 Subject: [PATCH] Add the same hidding CSS classes to the new Icon class. Signed-off-by: Eric Riggs --- mayan/apps/appearance/classes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mayan/apps/appearance/classes.py b/mayan/apps/appearance/classes.py index 9e0c395af7..36e0c7ea02 100644 --- a/mayan/apps/appearance/classes.py +++ b/mayan/apps/appearance/classes.py @@ -5,8 +5,8 @@ from django.template import Template, Context class Icon(object): templates = { - 'classes': '', - 'symbol': '' + 'classes': '', + 'symbol': '' } def __init__(self, classes=None, symbol=None):