Remove placeholder

This commit is contained in:
Le Libre Au Quotidien 2019-09-10 11:03:26 +02:00
parent 193468e669
commit aab6ea801b
3 changed files with 2 additions and 7 deletions

View File

@ -20,9 +20,7 @@
>
C'est parti
</span>
<span class="icon right">
>
</span>
</a>
</div>
</section>

View File

@ -1,7 +1,7 @@
<h1 i18n>
Et c'est tout pour nous!
</h1>
<p>Votre sondage "Nom du sondage" a bien été crée <br>
<p>Votre sondage "{{ config.title }}" a bien été crée <br>
Voici les liens d'accès au sondage,conservez les soigneusement
</p>
<h2 i18n>Coté administrateur-ice-eux</h2>

View File

@ -38,7 +38,6 @@
type="text"
id="poll_title"
name="poll_title"
placeholder="titre"
[(ngModel)]="config.title"
>
@ -51,7 +50,6 @@
type="text"
name="my_name"
id="my_name"
placeholder="mon nom"
[(ngModel)]="config.myName"
>
</div>
@ -68,7 +66,6 @@
id="poll_description"
name="poll_description"
[(ngModel)]="config.description"
placeholder="description"
cols="50"
lines="5"
></textarea>