diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-01-02 10:59:05 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-01-02 10:59:05 -0500 |
commit | 7ccaa7be630e50ce40182d168d41c2f333005443 (patch) | |
tree | e970e305677f4c16d715aab2a773ca5a4cf8f02d /templates | |
parent | fba3386be5bc177ea874157e69bee113ac64cea6 (diff) | |
parent | 747a562ddca10e29dd003e8b3c59f8f384d1bc8d (diff) |
Merge branch 'archweb-generic' into master-nomake
Diffstat (limited to 'templates')
-rw-r--r-- | templates/mirrors/mirror_details.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/mirrors/mirror_details.html b/templates/mirrors/mirror_details.html index b75c5316..2ae89880 100644 --- a/templates/mirrors/mirror_details.html +++ b/templates/mirrors/mirror_details.html @@ -4,6 +4,7 @@ {% load mirror_status %} {% load flags %} {% load admin_urls %} +{% load bugs %} {% block title %}{{ BRANDING_DISTRONAME }} - {{ mirror.name }} - Mirror Details{% endblock %} |