X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/5f176bb52a7a59bf88f5728e60a3a62e12fb3d54..99f6dd4f1ff0390de9a9bbd4e3352b953cb9a235:/apps/polls/templatetags/polls_tags.py diff --git a/apps/polls/templatetags/polls_tags.py b/apps/polls/templatetags/polls_tags.py index e69a7ce96..d17d30956 100644 --- a/apps/polls/templatetags/polls_tags.py +++ b/apps/polls/templatetags/polls_tags.py @@ -1,3 +1,7 @@ +# -*- 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 import template from ..forms import PollForm @@ -15,4 +19,4 @@ def poll(context, poll, show_results = True, redirect_to = ''): voted_already = voted_already, vote_count = poll.vote_count, show_results = show_results - ) \ No newline at end of file + )