diff options
Diffstat (limited to 'templates/mirrors/mirrors.html')
-rw-r--r-- | templates/mirrors/mirrors.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/mirrors/mirrors.html b/templates/mirrors/mirrors.html index 16c6fb3b..13701e5a 100644 --- a/templates/mirrors/mirrors.html +++ b/templates/mirrors/mirrors.html @@ -1,4 +1,5 @@ {% extends "base.html" %} +{% load cycle from future %} {% load static from staticfiles %} {% block title %}{{ BRANDING_DISTRONAME }} - Mirror Overview{% endblock %} |