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 C'est parti
</span> </span>
<span class="icon right">
>
</span>
</a> </a>
</div> </div>
</section> </section>

View File

@ -1,7 +1,7 @@
<h1 i18n> <h1 i18n>
Et c'est tout pour nous! Et c'est tout pour nous!
</h1> </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 Voici les liens d'accès au sondage,conservez les soigneusement
</p> </p>
<h2 i18n>Coté administrateur-ice-eux</h2> <h2 i18n>Coté administrateur-ice-eux</h2>

View File

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