diff options
Diffstat (limited to 'templates/mirrors')
-rw-r--r-- | templates/mirrors/mirror_details.html | 4 | ||||
-rw-r--r-- | templates/mirrors/url_details.html | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/templates/mirrors/mirror_details.html b/templates/mirrors/mirror_details.html index 5fe1c585..3220195d 100644 --- a/templates/mirrors/mirror_details.html +++ b/templates/mirrors/mirror_details.html @@ -63,10 +63,6 @@ <td>{% if mirror.alternate_email %}<a href="mailto:{{ mirror.alternate_email }}">{{ mirror.alternate_email }}</a>{% else %}None{% endif %}</td> </tr> <tr> - <th>Flyspray Issue:</th> - <td>{% if mirror.bug %}{% bug_link mirror.bug %}{% endif %}</td> - </tr> - <tr> <th>Notes:</th> <td class="wrap">{{ mirror.notes|linebreaks }}</td> </tr> diff --git a/templates/mirrors/url_details.html b/templates/mirrors/url_details.html index b61033cd..96fcc49d 100644 --- a/templates/mirrors/url_details.html +++ b/templates/mirrors/url_details.html @@ -3,7 +3,7 @@ {% load mirror_status %} {% load flags %} -{% block title %}Arch Linux - {{ url.url }} - URL Details{% endblock %} +{% block title %}{{ BRANDING_DISTRONAME }} - {{ url.url }} - URL Details{% endblock %} {% block head %}<link rel="stylesheet" type="text/css" href="{% static "flags/fam.css" %}" media="screen, projection" />{% endblock %} |