diff --git a/var/www/templates/objects/qrcode/QrcodeDaterange.html b/var/www/templates/objects/qrcode/QrcodeDaterange.html index fd9d904e..75793973 100644 --- a/var/www/templates/objects/qrcode/QrcodeDaterange.html +++ b/var/www/templates/objects/qrcode/QrcodeDaterange.html @@ -136,10 +136,7 @@ {% for obj_id in dict_objects %} - {{ dict_objects[obj_id]['id'] }} - {% if dict_objects[obj_id]['content'] %} -
{{ dict_objects[obj_id]['content'] }}
- {% endif %} + {{ dict_objects[obj_id]['content'] }} {{ dict_objects[obj_id]['first_seen'] }} {{ dict_objects[obj_id]['last_seen'] }}