]> jfr.im git - irc/weechat/weechat.org.git/commitdiff
Add URL to display a single WSA on list by WeeChat version
authorSébastien Helleu <redacted>
Sun, 13 Mar 2022 20:21:04 +0000 (21:21 +0100)
committerSébastien Helleu <redacted>
Sun, 13 Mar 2022 20:21:04 +0000 (21:21 +0100)
weechat/templates/doc/security.html

index 3aae0cd4a3cacb677722bb64fac3e07fdc3670fd..84ef914f74c6fd3653c4d13ebdd0f622f3256175 100644 (file)
@@ -74,7 +74,7 @@
 <ul>
   {% for security in sec_list %}
   <li>
-    {{ security.wsa }}: [{{ security.scope }}] {{ security.issue_i18n }}
+    <a href="{% url 'doc_security_wsa' security.wsa %}">{{ security.wsa }}</a>: [{{ security.scope }}] {{ security.issue_i18n }}
     &mdash;
     {% if security.fixed %}
     {% with fixed_version=security.fixed_html release_date=security.date_l10n %}