Skip to content

Commit

Permalink
Remove duplicate header on overview page.
Browse files Browse the repository at this point in the history
  • Loading branch information
abias committed Aug 22, 2024
1 parent 76a2e8f commit 6041fab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ moodle-local_profilecohort
Changes
-------

### Unreleased

* 2024-08-20 - Remove duplicate header on overview page.

### v4.2-r2

* 2024-08-11 - Add section for scheduled tasks to README
Expand Down
1 change: 0 additions & 1 deletion cohorts.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,5 @@
$manager->process_cohort_form();

echo $OUTPUT->header();
echo $OUTPUT->heading($title);
echo $manager->output_cohort_form();
echo $OUTPUT->footer();
1 change: 0 additions & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,5 @@
$manager->process_form();

echo $OUTPUT->header();
echo $OUTPUT->heading($title);
echo $manager->output_form();
echo $OUTPUT->footer();

0 comments on commit 6041fab

Please sign in to comment.