Skip to content

Commit

Permalink
add form.html
Browse files Browse the repository at this point in the history
  • Loading branch information
zhijiasun committed Jan 21, 2014
1 parent 6dd5ca3 commit 07b695d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions formtest/templates/form.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

<head>
</head>
<title>
</title>
<body>
<form action="/formtest/form/" method="post">
{% csrf_token %}
{{ form.as_p }}
<input type="submit" value="Submit"/>
</form>
</body>

0 comments on commit 07b695d

Please sign in to comment.