diff --git a/templates/clients/list.html b/templates/clients/list.html index 818848f..555b31d 100644 --- a/templates/clients/list.html +++ b/templates/clients/list.html @@ -69,7 +69,7 @@

No clients!

function refresh_search() { function parse_tds(tds) { return { - long_name: tds[0].firstElementChild.innerText, + long_name: tds[0].innerText, creator_name: tds[1].textContent }; } @@ -89,4 +89,4 @@

No clients!

} } -{% endblock %} \ No newline at end of file +{% endblock %}