From 7b1928cf51e181f2ad974902fd83f5ac351b7489 Mon Sep 17 00:00:00 2001 From: str4d <str4d@mail.i2p> Date: Sat, 26 Oct 2013 11:06:06 +0000 Subject: [PATCH] Changes after propagation --- i2p2www/pages/downloads/debian.html | 2 +- i2p2www/pages/site/comparison/index.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/i2p2www/pages/downloads/debian.html b/i2p2www/pages/downloads/debian.html index e331fbfd0..e1e688b3c 100644 --- a/i2p2www/pages/downloads/debian.html +++ b/i2p2www/pages/downloads/debian.html @@ -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 /> <code>apt-key add debian-repo.pub</code> diff --git a/i2p2www/pages/site/comparison/index.html b/i2p2www/pages/site/comparison/index.html index f87651a57..e473eb942 100644 --- a/i2p2www/pages/site/comparison/index.html +++ b/i2p2www/pages/site/comparison/index.html @@ -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 %} -- GitLab