Opened 14 years ago
Closed 14 years ago
#15150 closed (invalid)
How i make forms in template.
Reported by: | anonymous | Owned by: | nobody |
---|---|---|---|
Component: | Uncategorized | Version: | 1.2 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
first of all,I am new in python and i must end my diplomatic.
How create this in python,please help me..
<form action="register.php" method="POST">
<table border="0">
<tr>
<td>username</td>
<td align="left"><input type="text" name="username" size="15" maxlength="15" /></td>
</tr>
<tr>
<td>password</td>
<td align="left"><input type="password" name="password" size="15" maxlength="15" /></td>
</tr>
<tr>
<td>confirm password</td>
<td align="left"><input type="password" name="password2" size="15" maxlength="15" /></td>
<tr>
<tr>
<td>name</td>
<td align="left"><input type="text" name="name" size="15" maxlength="15" /></td>
</tr>
<tr>
<td>email</td>
<td align="left"><input type="text" name="email" size="35" maxlength="35" /></td>
</tr>
<tr>
<td colspan="2" align="center"><input type="submit" value="confirm" /></td>
<td colspan="2" align="center"><input type="Reset" value="delete" /></td>
</tr>
</table>
</form>
Trac isn't for asking howto questions -- it's for tracking known bugs. If you need assistance, please ask on the django-users mailing list.