fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Django 1.6 and some cleaning.
[wolnelektury.git]
/
apps
/
polls
/
admin.py
diff --git
a/apps/polls/admin.py
b/apps/polls/admin.py
index
29fc0aa
..
965f6c0
100644
(file)
--- a/
apps/polls/admin.py
+++ b/
apps/polls/admin.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.contrib import admin
from models import Poll, PollItem
from django.contrib import admin
from models import Poll, PollItem
@@
-18,4
+22,4
@@
class PollItemAdmin(admin.ModelAdmin):
admin.site.register(Poll, PollAdmin)
admin.site.register(Poll, PollAdmin)
-admin.site.register(PollItem, PollItemAdmin)
\ No newline at end of file
+admin.site.register(PollItem, PollItemAdmin)