Merge pull request #57 from Pear-Trading/finn/interfacechange

Changed routing on submission
This commit is contained in:
Tom Bloor 2017-09-15 13:09:50 +01:00 committed by GitHub
commit 99cb3e888e

View file

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