We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65fa138 commit 342220eCopy full SHA for 342220e
weechat/templates/download/packages.html
@@ -63,7 +63,7 @@ <h4 class="my-0">
63
</div>
64
{% elif version != "devel" and version != "old" and package_version.grouper.security_issues_fixed > 0 %}
65
<div class="alert alert-secondary">
66
- {% url 'doc_security' as security_url %}
+ {% url 'doc_project_security' project as security_url %}
67
{% blocktrans trimmed count counter=package_version.grouper.security_issues_fixed %}
68
<strong>Note:</strong> this release fixes <a href="{{ security_url }}">{{ counter }} vulnerability</a>.
69
{% plural %}
0 commit comments