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
|
C'est parti
|
||||||
</span>
|
</span>
|
||||||
<span class="icon right">
|
|
||||||
>
|
|
||||||
</span>
|
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user