X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/3df78775bc9e2e4d861bc0eaa4deadd354dda518..fefdce4e24f9e397df5538fe6e7f54b5ece4d841:/librarian/sponsor.py diff --git a/librarian/sponsor.py b/librarian/sponsor.py deleted file mode 100644 index 15d9107..0000000 --- a/librarian/sponsor.py +++ /dev/null @@ -1,11 +0,0 @@ -# -*- coding: utf-8 -*- -# -# This file is part of Librarian, licensed under GNU Affero GPLv3 or later. -# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information. -# -from librarian import get_resource - -def sponsor_logo(name): - return { - 'Narodowe Centrum Kultury': get_resource('res/sponsors/nck.png') - }.get(name.strip())