From b0f6e9248b445b0f1f302b82aa9c09e6fb1038c8 Mon Sep 17 00:00:00 2001 From: zzz <zzz@mail.i2p> Date: Mon, 17 Feb 2014 17:45:52 +0000 Subject: [PATCH] Team: Split up download/website mirror admins; website mirror admin is vacant --- i2p2www/pages/site/about/team.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/i2p2www/pages/site/about/team.html b/i2p2www/pages/site/about/team.html index 352a43692..39fd1a6e7 100644 --- a/i2p2www/pages/site/about/team.html +++ b/i2p2www/pages/site/about/team.html @@ -10,7 +10,7 @@ network. <table border="0"> <tr> - <td valign="top" rowspan="21"><b>{{ _('Admin') }}</b></td> + <td valign="top" rowspan="22"><b>{{ _('Admin') }}</b></td> <td valign="top"><b>{{ _('Project Manager') }}</b></td> <td valign="top">zzz</td> <td valign="top"><i>{{ _('point of contact of last resort') }}</i></td> @@ -31,9 +31,14 @@ network. <td valign="top"><i>{{ _('manage the public user forum') }}</i></td> </tr> <tr> - <td valign="top"><b>{{ _('Mirrors admin') }}</b></td> + <td valign="top"><b>{{ _('Download mirrors admin') }}</b></td> <td valign="top">welterde</td> - <td valign="top"><i>{{ _('manage the project mirrors') }}</i></td> + <td valign="top"><i>{{ _('manage the mirrors for the download files') }}</i></td> +</tr> +<tr> + <td valign="top"><b>{{ _('Website mirrors admin') }}</b></td> + <td valign="top" class="blue">[{{ _('vacant') }}]</td> + <td valign="top"><i>{{ _('manage the mirrors for the website') }}</i></td> </tr> <tr> <td valign="top"><b>{% trans monotone=site_url('get-involved/guides/monotone') %}<a href="{{ monotone }}">Monotone</a> guru{% endtrans %}</b></td> -- GitLab