upgrade
This commit is contained in:
10
plugin/exercisemonitoring/plugin.php
Normal file
10
plugin/exercisemonitoring/plugin.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
/* For licensing terms, see /license.txt */
|
||||
|
||||
$plugin_info = ExerciseMonitoringPlugin::create()->get_info();
|
||||
|
||||
$plugin_info['templates'] = [
|
||||
'templates/modal.html.twig',
|
||||
'templates/exercise_submit.html.twig',
|
||||
];
|
||||
Reference in New Issue
Block a user