File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
vulnerabilities/templates Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1919< body class ="Site ">
2020 < div class ="container max-desktop-width is-fullheight ">
2121 {% block content %}{% endblock %}
22- < script src ="{% static 'js/main.js' %} " crossorigin ="anonymous "> </ script >
2322
2423 < footer class ="footer ">
2524 < div class ="content has-text-centered ">
3332 </ div >
3433
3534 {% block scripts %}
36-
3735 {% endblock %}
3836</ body >
3937
Original file line number Diff line number Diff line change 11{% extends "base.html" %}
22{% load humanize %}
33{% load widget_tweaks %}
4+ {% load static %}
45
56{% block title %}
67VulnerableCode Vulnerability Details - {{ vulnerability.vulnerability_id }}
268269 </ section >
269270{% endif %}
270271
272+ < script src ="{% static 'js/main.js' %} " crossorigin ="anonymous "> </ script >
273+
271274{% endblock %}
You can’t perform that action at this time.
0 commit comments