Revert "added new tab linking and corrected redirect"

This reverts commit 4eb5a4fd3f.
This commit is contained in:
Finn 2017-12-04 12:27:53 +00:00
parent 4eb5a4fd3f
commit 8b91c3b3c8
5 changed files with 6 additions and 6 deletions

View file

@ -139,7 +139,7 @@ sub valid_edit {
$c->flash( success => 'Updated Organisation' );
}
};
$c->redirect_to( '/admin/organisations/' . $c->param('id') );
$c->redirect_to( '/admin/organisations/');
}
sub merge_list {