Add a new user
This commit is contained in:
parent
63e14532f8
commit
664dc99ece
3 changed files with 27 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Reference in a new issue