From 1e243653241866a6a3e43d39cdbdb504f2467ca6 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Wed, 16 Oct 2024 03:05:34 +0200 Subject: Add terms of service andpoint; reference it from registration and login forms --- lib/Travelynx/Controller/Static.pm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/Travelynx/Controller/Static.pm') diff --git a/lib/Travelynx/Controller/Static.pm b/lib/Travelynx/Controller/Static.pm index 04c2d0f..bcd6fda 100644 --- a/lib/Travelynx/Controller/Static.pm +++ b/lib/Travelynx/Controller/Static.pm @@ -35,4 +35,10 @@ sub offline { $self->render('offline'); } +sub tos { + my ($self) = @_; + + $self->render('terms-of-service'); +} + 1; -- cgit v1.2.3