mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
Remove placeholder
This commit is contained in:
parent
193468e669
commit
aab6ea801b
@ -20,9 +20,7 @@
|
||||
>
|
||||
C'est parti
|
||||
</span>
|
||||
<span class="icon right">
|
||||
>
|
||||
</span>
|
||||
|
||||
</a>
|
||||
</div>
|
||||
</section>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user