Changes after propagation

This commit is contained in:
str4d
2013-10-26 11:06:06 +00:00
parent 6218e46049
commit 7b1928cf51
2 changed files with 3 additions and 3 deletions

View File

@@ -108,7 +108,7 @@ For Testing or Unstable:<br />
</pre>
</li>
<li>{% trans repokey='/_static/debian-repo.pub' -%}
<li>{% trans repokey=url_for('static', filename='debian-repo.pub') -%}
Download <a href="{{ repokey }}">the key used to sign the repository</a> and add it to apt:
{%- endtrans %}<br />
&nbsp;&nbsp;&nbsp; <code>apt-key add debian-repo.pub</code>

View File

@@ -29,9 +29,9 @@ The following are discussed on the <a href="{{ othernetworks }}">other networks
<li>Haystack</li>
</ul>
<p>{% trans trac=i2pconv('trac.i2p2.i2p') -%}
<p>{% trans trac='https://trac.i2p2.de/report/1' -%}
The content of this page is subject to update, discussion and dispute, and we welcome comments and additions.
You may contribute an analysis by entering a <a href="http://{{ trac }}/report/1">new ticket on Trac</a>.
You may contribute an analysis by entering a <a href="{{ trac }}">new ticket on Trac</a>.
{%- endtrans %}</p>
{% endblock %}