We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd3d418 + a05b65e commit ac7e71dCopy full SHA for ac7e71d
requirements.txt
@@ -27,7 +27,7 @@ dateparser==1.1.1
27
decorator==5.1.1
28
defusedxml==0.7.1
29
distro==1.7.0
30
-Django==4.2.21
+Django==4.2.22
31
django-crispy-forms==2.3
32
django-environ==0.11.2
33
django-filter==24.3
vulnerabilities/templates/vulnerability_package_details.html
@@ -20,6 +20,10 @@
20
<span class="tag is-white custom">
21
{{ vulnerability.vulnerability_id }}
22
</span>
23
+ <br />
24
+ <a href="{% url 'vulnerability_details' vulnerability.vulnerability_id %}" class="button is-small is-link mt-2">
25
+ ← Back to Vulnerability {{ vulnerability.vulnerability_id }}
26
+ </a>
</div>
</article>
<div id="tab-content">
0 commit comments