Do not mark valid vields as green

This commit is contained in:
Raphael Michel
2015-10-21 16:42:59 +02:00
parent 3201afe64f
commit 5bded76187

View File

@@ -339,3 +339,7 @@ LOGGING = {
CELERY_TASK_SERIALIZER = 'json'
CELERY_RESULT_SERIALIZER = 'json'
BOOTSTRAP3 = {
'success_css_class': ''
}