diff --git a/uffd/user/templates/user_list.html b/uffd/user/templates/user_list.html index 858e09937f8e230703f3517eaa55dd2279eca9d8..9e420323bf8cbe7824d4a76a93a9a9dfa49e30bc 100644 --- a/uffd/user/templates/user_list.html +++ b/uffd/user/templates/user_list.html @@ -18,7 +18,6 @@ <th scope="col">login name</th> <th scope="col">display name</th> <th scope="col">roles</th> - <th scope="col"></th> </tr> </thead> <tbody> @@ -40,13 +39,6 @@ <a href="{{ url_for("role.show", roleid=role.id) }}">{{ role.name }}</a>{% if not loop.last %}, {% endif %} {% endfor %} </td> - <td> - <p class="text-right m-0"> - <a href="{{ url_for("user.show", uid=user.uid) }}" class="btn btn-primary btn-sm"> - <i class="fa fa-edit" aria-hidden="true"></i> Edit - </a> - </p> - </td> </tr> {% endfor %} </tbody>