diff --git a/apps/assets/templates/assets/user_asset_list.html b/apps/assets/templates/assets/user_asset_list.html index a88b9d839..0e39aa899 100644 --- a/apps/assets/templates/assets/user_asset_list.html +++ b/apps/assets/templates/assets/user_asset_list.html @@ -159,7 +159,7 @@ $(document).ready(function () { 'comment': "{% trans 'Comment' %}" {#'date_joined': "{% trans 'Date joined' %}",#} }; - $.each(data, function(index, value){ + $.each(data.results, function(index, value){ if(value.id === asset_id){ for(var i in desc){ trs += "\n" +