]> git.0d.be Git - panikdb.git/commit
add form for the logo vote
authorFrédéric Péters <fpeters@0d.be>
Tue, 29 Mar 2016 12:45:56 +0000 (14:45 +0200)
committerFrédéric Péters <fpeters@0d.be>
Tue, 29 Mar 2016 12:45:56 +0000 (14:45 +0200)
commit6198dd7e1bcb750b0b6c029ce84c5a3a54154263
tree302bc0180955a2a243aaeacea11d8b9ed833bef9
parent27c0e366c189c0679e2abb4f41fd2f91bd7a99ee
add form for the logo vote
panikdb/poll/__init__.py [new file with mode: 0644]
panikdb/poll/migrations/0001_initial.py [new file with mode: 0644]
panikdb/poll/migrations/__init__.py [new file with mode: 0644]
panikdb/poll/models.py [new file with mode: 0644]
panikdb/poll/views.py [new file with mode: 0644]
panikdb/settings.py
panikdb/static/css/style.css
panikdb/templates/home.html
panikdb/templates/vote.html [new file with mode: 0644]
panikdb/urls.py
panikdb/views.py