diff --git a/lost_tracker/templates/group_list.html b/lost_tracker/templates/group_list.html index b532c8d..448fb1f 100644 --- a/lost_tracker/templates/group_list.html +++ b/lost_tracker/templates/group_list.html @@ -21,7 +21,11 @@ {{group.inserted.strftime('%Y-%m-%d %H:%M:%S')}} {{group.start_time|default('', true)}} {{group.direction|default('', true)}} - {{group.confirmation_key}} + {% if group.confirmation_key %} + {{group.confirmation_key}} + {% else %} +   + {% endif %} {%- endfor %}