--- trunk/lib/App/RoomReservation/Confirmation.pm 2009/07/01 17:20:48 1146 +++ trunk/lib/App/RoomReservation/Confirmation.pm 2009/07/01 17:35:48 1147 @@ -53,6 +53,8 @@ Please print this notice and show it when entering lecture. |; + my $url = $self->url_for( 'Confirmation/cancel_as_markup?token=' . $self->token ); + my $token = $self->token; $self->send( $email, "Lecture seat $seat is assigned to you", @@ -60,7 +62,7 @@ If you wish to cancel your reservation please click on link below: -http://FREY_HOSTNAME/App::RoomReservation::Confirmation/cancel_as_markup?token=$token +$url __EMAIL__ );