changeset 157:e9bd848b21da

developers: fixed missing escaping
author Goffi <goffi@goffi.org>
date Sat, 13 Jan 2018 19:17:19 +0100
parents 856867212b5d
children 19d1f4d465fc
files sat_website/templates/sat_website/developers.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sat_website/templates/sat_website/developers.html	Sat Jan 13 19:08:34 2018 +0100
+++ b/sat_website/templates/sat_website/developers.html	Sat Jan 13 19:17:19 2018 +0100
@@ -32,7 +32,7 @@
     {% trans "Report a bug" %}
     </h5>
     <div class="info">
-        <p>{% blocktrans with link="<a target=\"#\" href=\"https://bugs.goffi.org">https://bugs.goffi.org</a>" %}If you found a bug, please report it in our bug tracker (which is SàT/XMPP based ;)): {{link}}{% endblocktrans %}</p>
+        <p>{% blocktrans with link="<a target=\"#\" href=\"https://bugs.goffi.org\">https://bugs.goffi.org</a>" %}If you found a bug, please report it in our bug tracker (which is SàT/XMPP based ;)): {{link}}{% endblocktrans %}</p>
     </div>
 </div>