diff --git a/src/app/config/PollConfig.ts b/src/app/config/PollConfig.ts index 9c95b220..bd228ad5 100644 --- a/src/app/config/PollConfig.ts +++ b/src/app/config/PollConfig.ts @@ -48,6 +48,7 @@ export class PollConfig { password = ''; customUrl = ''; // custom slug in the url, must be unique customUrlIsUnique = null; // given by the backend + urlSlugPublic = null; urlPublic = environment.baseHref + '/#/poll/id/3'; urlAdmin = environment.baseHref + '/#/admin/d65es45fd45sdf45sd345f312sdf31sgfd345'; canModifyAnswers = 1;// everybody, self, nobody (= just admin) diff --git a/src/app/pages/answers/answers.component.html b/src/app/pages/answers/answers.component.html index 78896640..5c81b5ae 100644 --- a/src/app/pages/answers/answers.component.html +++ b/src/app/pages/answers/answers.component.html @@ -94,6 +94,7 @@

+