Add a new user

This commit is contained in:
Bertrand 2012-06-19 18:30:51 +02:00
commit 664dc99ece
3 changed files with 27 additions and 1 deletions

View file

@ -36,6 +36,9 @@
<label for="email">Votre email : </label>
<input id="email" name="email" type="text" />
<label for="login">Login : </label>
<input id="login" name="login" type="text" />
<input type="submit" name="send" value="Envoyer"/>
</form>
</article>