X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/57a20265fc4e83cdaa26d8c05af2e4d9a77afea0..ae60b2a3949e96357477cc04f90fd0873cee8a92:/apps/catalogue/constants.py diff --git a/apps/catalogue/constants.py b/apps/catalogue/constants.py deleted file mode 100755 index e1c92f8cd..000000000 --- a/apps/catalogue/constants.py +++ /dev/null @@ -1,12 +0,0 @@ -# -*- coding: utf-8 -*- -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. -# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information. -# -from django.utils.translation import ugettext_lazy as _ - -LICENSES = { - 'http://creativecommons.org/licenses/by-sa/3.0/': { - 'icon': 'cc-by-sa', - 'description': _('Creative Commons Attribution-ShareAlike 3.0 Unported'), - }, -}