Changed misp_url

pull/894/head
Adrian Maraj 2024-03-12 16:33:14 +01:00
parent 926c0da23e
commit 3429f06870
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
{% if hits %}
<ul>
{% for event_id, values in hits.items() %}
<li><a href="{{misp_root_url}}/events/{{event_id}}">Event {{event_id}}</a>:
<li><a href="{{root_url}}events/{{event_id}}">Event {{event_id}}</a>:
<ul>
{% for v in values|sort %}
<li>{{ v }}</li>