File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
fir_artifacts/templates/fir_artifacts/plugins Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 33{% load fir_artifacts %}
44{% load authorization %}
55{% has_perm 'incidents.handle_incidents' obj=event as can_handle_incident %}
6- < div class ='widget {% if event.file_set.count == 0 %}hidden{% endif%} ' id ='details-files '>
6+ < div class ='widget ' id ='details-files '>
77< h4 class ='widget '> {% trans "Related files" %}</ h4 >
8- {% if event.file_set.count > 0 %}
98 < table class ='table table-condensed files fixed '>
109 < thead >
1110 < tr >
@@ -37,7 +36,6 @@ <h4 class='widget'>{% trans "Related files" %}</h4>
3736 </ tr >
3837 {% endfor %}
3938 </ table >
40- {% endif %}
4139 {% if can_handle_incident %}
4240 < form id ='upload_form ' enctype ="multipart/form-data " action ="{% url 'artifacts:upload_file' event|content_type event.id %} " method ='POST '>
4341 {% csrf_token %}
You can’t perform that action at this time.
0 commit comments