Removed absolute links to this site

This commit is contained in:
str4d
2013-08-31 04:55:09 +00:00
parent b6eec49511
commit a805cc541a
4 changed files with 3 additions and 9 deletions

View File

@@ -82,12 +82,12 @@ network.
<td valign="top"><i>{{ _('manage the public project website content design') }}</i></td>
</tr>
<tr>
<td valign="top"><b>{% trans website=i2pconv('www.i2p2.i2p') %}<a href="http://{{ website }}/">Webserver</a> admin{% endtrans %}</b></td>
<td valign="top"><b>{% trans website=site_url() %}<a href="{{ website }}">Webserver</a> admin{% endtrans %}</b></td>
<td valign="top">welterde</td>
<td valign="top"><i>{{ _('manage the public project webservers') }}</i></td>
</tr>
<tr>
<td valign="top"><b>{% trans website=i2pconv('www.i2p2.i2p') %}<a href="http://{{ website }}/">Website</a> admin{% endtrans %}</b></td>
<td valign="top"><b>{% trans website=site_url() %}<a href="{{ website }}">Website</a> admin{% endtrans %}</b></td>
<td valign="top">str4d</td>
<td valign="top"><i>{{ _('manage the public project website content') }}</i></td>
</tr>