diff options
-rw-r--r-- | lib/CatDap/Controller/register.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/CatDap/Controller/register.pm b/lib/CatDap/Controller/register.pm index 360d7b2..a488181 100644 --- a/lib/CatDap/Controller/register.pm +++ b/lib/CatDap/Controller/register.pm @@ -122,7 +122,8 @@ sub check : Local { push @errors,$mesg->error; $c->log->info( sprintf("Creating DN $dn failed: %s", $mesg->error) ); $c->stash(errors => \@errors); - #$c->stash(template => 'register/index.tt'); + $c->stash(template => 'register/index.tt'); + return ; } $c->stash( |