xx.html
<a href='{% url 'user:role-role_menu_list' %}'></a>
django.urls.exceptions.NoReverseMatch: 'user' is not a registered namespace
The app name is not added to the urls of the app application
app_name = 'user'