diff options
Diffstat (limited to 'templates/devel/clock.html')
-rw-r--r-- | templates/devel/clock.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/devel/clock.html b/templates/devel/clock.html index 2c5bfac..9d672f1 100644 --- a/templates/devel/clock.html +++ b/templates/devel/clock.html @@ -1,4 +1,5 @@ {% extends "base.html" %} +{% load cycle from future %} {% load static from staticfiles %} {% load flags %} {% load tz %} |