diff options
Diffstat (limited to 'templates/todolists/view.html')
-rw-r--r-- | templates/todolists/view.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/todolists/view.html b/templates/todolists/view.html index b26cd91..a3ee547 100644 --- a/templates/todolists/view.html +++ b/templates/todolists/view.html @@ -1,4 +1,5 @@ {% extends "base.html" %} +{% load cycle from future %} {% load static from staticfiles %} {% load package_extras %} {% load todolists %} |