remove colons

This commit is contained in:
Frédéric Péters 2011-12-02 15:44:54 +01:00
parent 42cffcd2f7
commit cd3ccdad5a
1 changed files with 6 additions and 6 deletions

View File

@ -61,12 +61,12 @@
obligatoires.
</p>
<p><label>Prénom / Nom :</label> <input name="name"/></p>
<p><label>Adresse :</label> <input name="address"/></p>
<p><label>Code postal :</label> <input name="zipcode"/></p>
<p><label>Localité :</label> <input name="locality"/></p>
<p><label>Tél./GSM :</label> <input name="phone"/></p>
<p><label>Courriel :</label> <input type="email" name="email"/></p>
<p><label>Prénom / Nom</label> <input name="name"/></p>
<p><label>Adresse</label> <input name="address"/></p>
<p><label>Code postal</label> <input name="zipcode"/></p>
<p><label>Localité</label> <input name="locality"/></p>
<p><label>Tél./GSM</label> <input name="phone"/></p>
<p><label>Courriel</label> <input type="email" name="email"/></p>
</div>
<input type="submit" name="submit" value="Envoyer"/>