From aa340c269a48bb8bcc51d73e0f959763ed683328 Mon Sep 17 00:00:00 2001 From: Awilum Date: Tue, 18 Feb 2020 15:59:11 +0300 Subject: [PATCH] feat(admin-plugin): remove profile template --- .../admin/templates/users/profile.html | 21 ------------------- 1 file changed, 21 deletions(-) delete mode 100644 site/plugins/admin/templates/users/profile.html diff --git a/site/plugins/admin/templates/users/profile.html b/site/plugins/admin/templates/users/profile.html deleted file mode 100644 index 4010ec66..00000000 --- a/site/plugins/admin/templates/users/profile.html +++ /dev/null @@ -1,21 +0,0 @@ -{% extends "plugins/admin/templates/partials/base.html" %} - -{% block content %} -
-
- {{ icon('fas fa-user-circle') }} -
- {{ tr('admin_username') }}: - {{ username }} -
- {{ tr('admin_role') }}: - {{ rolename }}
-
- - {{ tr('admin_logout') }} -
-
-{% endblock %} \ No newline at end of file