mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
fix model
This commit is contained in:
parent
12ce993335
commit
e28b8d6ae4
@ -28,16 +28,15 @@
|
||||
</span>
|
||||
</h1>
|
||||
<p>
|
||||
L'événement "<strong class="poll-title">
|
||||
{{ pollService.form.value.title }} </strong
|
||||
>" est créé. Vous pouvez inviter vos contacts à y participer en partageant le lien ci-dessous.
|
||||
L'événement "<strong class="poll-title"> {{ pollService.form.value.title }} </strong>" est créé.
|
||||
Vous pouvez inviter vos contacts à y participer en partageant le lien ci-dessous.
|
||||
</p>
|
||||
<div class="columns">
|
||||
<div class="column">
|
||||
<label for="public_share_link">
|
||||
Lien de partage public
|
||||
</label>
|
||||
<input type="text" [(ngModel)]="pollService.getParticipationUrl()" id="public_share_link" />
|
||||
<input type="text" [value]="pollService.getParticipationUrl()" id="public_share_link" />
|
||||
</div>
|
||||
<div class="column">
|
||||
<button class="is-parimary button">
|
||||
@ -56,7 +55,7 @@
|
||||
</button>
|
||||
</div>
|
||||
<hr />
|
||||
<div class="title is-1" *ngIf="pollService.admin_key">🎉</div>
|
||||
<div *ngIf="pollService.admin_key">🎉</div>
|
||||
<div class="container padded">
|
||||
<div class=" ">
|
||||
<div class="main-block">
|
||||
|
Loading…
Reference in New Issue
Block a user