Allows admins to manage grading report templates #14

Merged
niat8586 merged 41 commits from 3482-new-grading-criteria into develop 2024-10-30 10:05:23 +01:00
Showing only changes of commit 6ce9e1efb3 - Show all commits

View File

@ -58,7 +58,6 @@ public class AdminGradingTemplateEditPage extends AbstractAdminProjectPage imple
} catch (TemplateLockedException e) {
error(getString("template_is_locked", () -> e));
}
System.out.println(editingGradingTemplate);
}
};