]> git.parisson.com Git - telemeta.git/commit
add password form for EPUB download access
authorGuillaume Pellerin <yomguy@parisson.com>
Thu, 23 Jul 2015 13:42:18 +0000 (15:42 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Thu, 23 Jul 2015 13:42:35 +0000 (15:42 +0200)
commit9b4bfcf422176f9b8dc31eb677767a774a00d52c
tree01175d869de29c16b610f7fa4f0c34ab66fb8c67
parent21fd79c3a290d67626197094a0cb5230538684fd
add password form for EPUB download access
12 files changed:
telemeta/forms/media.py
telemeta/static/telemeta/css/telemeta.css
telemeta/static/telemeta/css/telemeta_epub.css
telemeta/templates/telemeta/base.html
telemeta/templates/telemeta/inc/epub_list.html [new file with mode: 0644]
telemeta/templates/telemeta/resource_epub_list.html [new file with mode: 0644]
telemeta/templates/telemeta/resource_epub_login.html [new file with mode: 0644]
telemeta/templates/telemeta/resource_epub_password.html [new file with mode: 0644]
telemeta/urls.py
telemeta/views/collection.py
telemeta/views/epub.py
telemeta/views/resource.py