File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
var/www/templates/objects/qrcode Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -136,10 +136,7 @@ <h3> {{ date_from }} to {{ date_to }} Qrcodes Name: </h3>
136136 {% for obj_id in dict_objects %}
137137 < tr >
138138 < td style ="word-break: break-all; ">
139- < a target ="_blank " href ="{{ url_for('correlation.show_correlation') }}?type=qrcode&id={{ obj_id }} "> {{ dict_objects[obj_id]['id'] }}</ a >
140- {% if dict_objects[obj_id]['content'] %}
141- < div > < small > {{ dict_objects[obj_id]['content'] }}</ small > </ div >
142- {% endif %}
139+ < a target ="_blank " href ="{{ url_for('correlation.show_correlation') }}?type=qrcode&id={{ obj_id }} "> {{ dict_objects[obj_id]['content'] }}</ a >
143140 </ td >
144141 < td > {{ dict_objects[obj_id]['first_seen'] }}</ td >
145142 < td > {{ dict_objects[obj_id]['last_seen'] }}</ td >
You can’t perform that action at this time.
0 commit comments