From 6b7517764156e4ba9fdf7440baa59e40d02222c2 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Apr 07 2021 07:24:49 +0000 Subject: Remove duplicate class for the error message --- diff --git a/fedocal/__init__.py b/fedocal/__init__.py index cfda2c9..1f75a3d 100644 --- a/fedocal/__init__.py +++ b/fedocal/__init__.py @@ -148,7 +148,6 @@ work. flask.flash( gettext('You must be in one more group than the CLA'), 'errors' - 'errors' ) return flask.redirect(flask.url_for('.index'))