small fixes
[wolnelektury.git] / apps / catalogue / constants.py
1 # -*- coding: utf-8 -*-
2 # This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
3 # Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
4 #
5 from django.utils.translation import ugettext_lazy as _
6
7 LICENSES = {
8     'http://creativecommons.org/licenses/by-sa/3.0/': {
9         'icon': 'cc-by-sa',
10         'description': _('Creative Commons Attribution-ShareAlike 3.0 Unported'),
11     },
12 }