socialist/templates/tweet_form.html

6 lines
218 B
HTML

<form action="" method="POST">
<label for="nick">nick<input type="text" name="nick"/></label></br>
<label for="text">text<input type="text" name="text"/></label></br>
<input type="submit" value="tweet"/>
</form>