Files
flask-bootstrap/templates/user_create.html
T
Eric S. Bullington 14f006ee5e Initial commit
2012-03-06 12:57:28 -05:00

6 lines
187 B
HTML

<form method="POST">
Username: <input type="text" name="username"/><br/>
Password: <input type="password" name="password"/><br/>
<input type="submit" value="Create"/>
</form>