changed templates to allow navbar to scroll up.

This commit is contained in:
2016-07-19 20:57:31 +01:00
parent 5043a756fb
commit 9d53887b3f
3 changed files with 13 additions and 11 deletions

View File

@@ -8,5 +8,5 @@ setup(
license='http://creativecommons.org/licenses/by-sa/4.0/',
author='Ajurna',
author_email='ajurna@gmail.com',
description='Comic Book Web Reader', requires=['django-recaptcha', 'django']
description='Comic Book Web Reader', requires=['django-recaptcha', 'django', 'ujson']
)