Add link to up page top top.
requirements.in:
git+https://github.com/useHTML5/to_top.git@0.1#egg=to_top
- INSTALLED_APPS = {
- 'to_top',
}
Needs jquery sekizai css and js blocks in code.
@import "design/import";
In base.html:
{% include 'to_top.html' %}