From dd7268bc0c2d841779ba488b13ca0b1f0e9ea6bc Mon Sep 17 00:00:00 2001
From: Frederick Muriuki Muriithi
Date: Mon, 17 Jun 2024 15:52:23 -0500
Subject: Remove deprecated endpoints/views and templates
---
gn2/wqflask/templates/oauth2/view-group-role.html | 102 ----------------------
1 file changed, 102 deletions(-)
delete mode 100644 gn2/wqflask/templates/oauth2/view-group-role.html
(limited to 'gn2/wqflask/templates/oauth2')
diff --git a/gn2/wqflask/templates/oauth2/view-group-role.html b/gn2/wqflask/templates/oauth2/view-group-role.html
deleted file mode 100644
index 5da023bf..00000000
--- a/gn2/wqflask/templates/oauth2/view-group-role.html
+++ /dev/null
@@ -1,102 +0,0 @@
-{%extends "base.html"%}
-{%from "oauth2/profile_nav.html" import profile_nav%}
-{%from "oauth2/display_error.html" import display_error%}
-{%block title%}View User{%endblock%}
-{%block content%}
-
- {{profile_nav("roles", user_privileges)}}
-
View Group Role
-
- {{flash_me()}}
-
-
-
-
Role Details
- {%if group_role_error is defined%}
- {{display_error("Group Role", group_role_error)}}
- {%else%}
-
- Details for '{{group_role.role.role_name}}' Role
-
-
- Privilege |
- Description |
- Action |
-
-
-
- {%for privilege in group_role.role.privileges%}
-
- {{privilege.privilege_id}} |
- {{privilege.privilege_description}} |
-
-
- |
-
- {%endfor%}
-
-
- {%endif%}
-
-
-
-
Other Privileges
-
- Other Privileges not Assigned to this Role
-
-
- Privilege |
- Description |
- Action |
-
-
-
-
- {%for priv in group_privileges%}
-
- {{priv.privilege_id}} |
- {{priv.privilege_description}} |
-
-
- |
-
- {%else%}
-
-
-
-
-
- All privileges assigned!
- |
-
- {%endfor%}
-
-
-
-
-
-
-
-{%endblock%}
--
cgit v1.2.3