X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/ea300f6c03d47f6c17dd7721b8d6690489af79da..2255b0e589ea2ba75a4d4b538dcfd59b9b70e472:/edumed/settings.d/50-contrib.py diff --git a/edumed/settings.d/50-contrib.py b/edumed/settings.d/50-contrib.py index e5b3dee..9306de1 100644 --- a/edumed/settings.d/50-contrib.py +++ b/edumed/settings.d/50-contrib.py @@ -1,5 +1,5 @@ CAS_SERVER_URL = 'http://logowanie.nowoczesnapolska.org.pl/cas/' -CAS_VERSION = '1' +CAS_VERSION = '3' SPONSORS_THUMB_WIDTH = 100 SPONSORS_THUMB_HEIGHT = 56 @@ -13,4 +13,4 @@ PYBB_DEFAULT_TIME_ZONE = 1 PYBB_PERMISSION_HANDLER = 'edumed.forum.ForumPermissionHandler' THUMBNAIL_ENGINE = 'sorl.thumbnail.engines.convert_engine.Engine' -THUMBNAIL_CONVERT = 'convert -density 300 -background white -flatten -alpha off' +THUMBNAIL_CONVERT = 'convert -density 300 -background white -alpha off'