comparison sat_website/templates/sat_website/developers.html @ 157:e9bd848b21da

developers: fixed missing escaping
author Goffi <goffi@goffi.org>
date Sat, 13 Jan 2018 19:17:19 +0100
parents 856867212b5d
children
comparison
equal deleted inserted replaced
156:856867212b5d 157:e9bd848b21da
30 <div class="row"> 30 <div class="row">
31 <h5 class="alert alert-success"> 31 <h5 class="alert alert-success">
32 {% trans "Report a bug" %} 32 {% trans "Report a bug" %}
33 </h5> 33 </h5>
34 <div class="info"> 34 <div class="info">
35 <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> 35 <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>
36 </div> 36 </div>
37 </div> 37 </div>
38 38
39 <div class="row"> 39 <div class="row">
40 <h5 class="alert alert-success"> 40 <h5 class="alert alert-success">