diff options
Diffstat (limited to 'gn2/wqflask/templates/set_group_privileges.html')
-rw-r--r-- | gn2/wqflask/templates/set_group_privileges.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn2/wqflask/templates/set_group_privileges.html b/gn2/wqflask/templates/set_group_privileges.html index a0a53292..027a1e07 100644 --- a/gn2/wqflask/templates/set_group_privileges.html +++ b/gn2/wqflask/templates/set_group_privileges.html @@ -1,4 +1,4 @@ -{% extends "base.html" %}
+{% extends "index_page.html" %}
{% block title %}Set Group Privileges{% endblock %}
{% block css %}
<link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='DataTables/css/jquery.dataTables.css') }}" />
|