diff --git a/plotsearch/models/plot_search.py b/plotsearch/models/plot_search.py index 8d115647..36756634 100755 --- a/plotsearch/models/plot_search.py +++ b/plotsearch/models/plot_search.py @@ -499,7 +499,7 @@ class DirectReservationLink(models.Model): targets = models.ManyToManyField(PlotSearchTarget) def get_external_url(self): - return "{}/direct-reservation/{}".format(settings.PUBLIC_UI_URL, self.uuid) + return "{}/suoravaraus/{}".format(settings.PUBLIC_UI_URL, self.uuid) class FAQ(models.Model):