Cleaning: timezone issues, deprecated urls.py imports, missing notes.
[wolnelektury.git] / apps / polls / templatetags / polls_tags.py
index e69a7ce..d17d309 100644 (file)
@@ -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
+           )