diff options
Diffstat (limited to 'templates/packages')
-rw-r--r-- | templates/packages/differences.html | 1 | ||||
-rw-r--r-- | templates/packages/groups.html | 1 | ||||
-rw-r--r-- | templates/packages/packages_list.html | 1 | ||||
-rw-r--r-- | templates/packages/search.html | 1 | ||||
-rw-r--r-- | templates/packages/signoffs.html | 1 | ||||
-rw-r--r-- | templates/packages/stale_relations.html | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/templates/packages/differences.html b/templates/packages/differences.html index 1a1bf260..d70b4209 100644 --- a/templates/packages/differences.html +++ b/templates/packages/differences.html @@ -1,4 +1,5 @@ {% extends "base.html" %} +{% load cycle from future %} {% load static from staticfiles %} {% block title %}{{ BRANDING_DISTRONAME }} - Package Differences Reports{% endblock %} diff --git a/templates/packages/groups.html b/templates/packages/groups.html index c8f4aa5c..39a13389 100644 --- a/templates/packages/groups.html +++ b/templates/packages/groups.html @@ -1,4 +1,5 @@ {% extends "base.html" %} +{% load cycle from future %} {% load static from staticfiles %} {% block title %}{{ BRANDING_DISTRONAME }} - Package Groups{% if arch %} - {{ arch }}{% endif %}{% endblock %} diff --git a/templates/packages/packages_list.html b/templates/packages/packages_list.html index 110634b6..9736d36c 100644 --- a/templates/packages/packages_list.html +++ b/templates/packages/packages_list.html @@ -1,4 +1,5 @@ {% extends "base.html" %} +{% load cycle from future %} {% load static from staticfiles %} {% load package_extras %} diff --git a/templates/packages/search.html b/templates/packages/search.html index e1be4256..ec913ed6 100644 --- a/templates/packages/search.html +++ b/templates/packages/search.html @@ -1,4 +1,5 @@ {% extends "base.html" %} +{% load cycle from future %} {% load package_extras %} {% block title %}{{ BRANDING_DISTRONAME }} - Package Database{% endblock %} diff --git a/templates/packages/signoffs.html b/templates/packages/signoffs.html index 571cc32d..48202c60 100644 --- a/templates/packages/signoffs.html +++ b/templates/packages/signoffs.html @@ -1,4 +1,5 @@ {% extends "base.html" %} +{% load cycle from future %} {% load static from staticfiles %} {% load package_extras %} diff --git a/templates/packages/stale_relations.html b/templates/packages/stale_relations.html index 233b2835..cd447a2e 100644 --- a/templates/packages/stale_relations.html +++ b/templates/packages/stale_relations.html @@ -1,4 +1,5 @@ {% extends "base.html" %} +{% load cycle from future %} {% load static from staticfiles %} {% block title %}{{ BRANDING_DISTRONAME }} - Stale Package Relations{% endblock %} |