diff --git a/grade/report/singleview/renderer.php b/grade/report/singleview/renderer.php
index 70b7998e1cc..8663e2b7106 100644
--- a/grade/report/singleview/renderer.php
+++ b/grade/report/singleview/renderer.php
@@ -61,7 +61,7 @@ class gradereport_singleview_renderer extends plugin_renderer_base {
}
$this->page->requires->js_call_amd('gradereport_singleview/user', 'init');
- return $this->render_from_template('gradereport_singleview/user_selector', $data);
+ return $this->render_from_template('core_grades/user_selector', $data);
}
/**
diff --git a/grade/report/singleview/templates/user_selector.mustache b/grade/report/singleview/templates/user_selector.mustache
deleted file mode 100644
index c3dfb9471e5..00000000000
--- a/grade/report/singleview/templates/user_selector.mustache
+++ /dev/null
@@ -1,76 +0,0 @@
-{{!
- This file is part of Moodle - http://moodle.org/
-
- Moodle is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- Moodle is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with Moodle. If not, see ",
- "text": "John Doe",
- "additionaltext": "johndoe@example.com"
- }
- }
-}}
-