Skip to content

Commit

Permalink
Changed the direct-reservation public ui path to 'suoravaraus' becaus…
Browse files Browse the repository at this point in the history
…e all other url paths in public ui are in finnish.
  • Loading branch information
PasiVuohijoki committed Aug 25, 2023
1 parent 35b979b commit 40f2fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plotsearch/models/plot_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 40f2fd5

Please sign in to comment.