better link after creation on success action

This commit is contained in:
Tykayn 2022-03-01 10:20:47 +01:00 committed by tykayn
parent 96d2d0a31d
commit bfe427b85a
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@
</h2>
<button
class="button is-primary is-fullwidth"
routerLink="{{ pollService.getAdministrationUrlFromForm() }}"
routerLink="{{ pollService.getParticipationUrl() }}"
>
{{ 'success.action' | translate }}
</button>