summaryrefslogtreecommitdiff
path: root/templates/mirrors
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-07-14 12:08:36 -0600
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-07-14 12:08:36 -0600
commitf6b335b268f5f47e5c48f84f5994f7bdcd8b7e5a (patch)
tree5f7c5ea574a88a4bc1d825e0c7ea829ddedbf9aa /templates/mirrors
parent0aa246b85159bf627873308868cf169868cba569 (diff)
parentffaa2cfb254a238ba0eb704115b95360305d1ae7 (diff)
Merge branch 'archweb' into archweb-generic2
Diffstat (limited to 'templates/mirrors')
-rw-r--r--templates/mirrors/mirror_details.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/mirrors/mirror_details.html b/templates/mirrors/mirror_details.html
index f2202e38..a06b81c1 100644
--- a/templates/mirrors/mirror_details.html
+++ b/templates/mirrors/mirror_details.html
@@ -49,6 +49,10 @@
<td>{% if mirror.admin_email %}<a href="mailto:{{ mirror.admin_email }}">{{ mirror.admin_email }}</a>{% else %}None{% endif %}</td>
</tr>
<tr>
+ <th>Alternate Email:</th>
+ <td>{% if mirror.alternate_email %}<a href="mailto:{{ mirror.alternate_email }}">{{ mirror.alternate_email }}</a>{% else %}None{% endif %}</td>
+ </tr>
+ <tr>
<th>Notes:</th>
<td>{{ mirror.notes|linebreaks }}</td>
</tr>