diff --git a/themes/grav/templates/partials/users-details.html.twig b/themes/grav/templates/partials/users-details.html.twig index ac73f40c..1da54c3a 100644 --- a/themes/grav/templates/partials/users-details.html.twig +++ b/themes/grav/templates/partials/users-details.html.twig @@ -1,19 +1,8 @@ -{% if user.exists %}

{{ "PLUGIN_ADMIN.AVATAR_BY"|tu }} gravatar.com

{{ user.fullname }}

{% if user.title %}
{{ user.title }}
{% endif %}
-{% else %} -

{{ "PLUGIN_ADMIN.CREATE_NEW_USER"|tu }}

-{% endif %} {% include 'partials/blueprints.html.twig' with { data: user, blueprints: user.blueprints } %} - -{% if user.exists and admin.user.username != user.username %} -
- - {{ "PLUGIN_ADMIN.REMOVE_USER"|tu }} -
-{% endif %} diff --git a/themes/grav/templates/partials/users-list.html.twig b/themes/grav/templates/partials/users-list.html.twig deleted file mode 100644 index a4b40b7d..00000000 --- a/themes/grav/templates/partials/users-list.html.twig +++ /dev/null @@ -1,6 +0,0 @@ -
- {% for user in admin.users %} -
-
- {% endfor %} -