- changed status to resolved
double quote the href
Issue #122
resolved
in dashboard/templates/admin_tools/dashboard/modules/link_list.html <a{{ child.attrs }}>{{ child.title }}</a> should be: <a{{ child.attrs|safe }}>{{ child.title }}</a>
because it should double quote the double quote and make it: http://..../admin/"/"
Comments (1)
-
- Log in to comment