Skip to content

Instantly share code, notes, and snippets.

@juanriaza
Created May 16, 2012 18:10
Show Gist options
  • Save juanriaza/2712705 to your computer and use it in GitHub Desktop.
Save juanriaza/2712705 to your computer and use it in GitHub Desktop.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title></title>
</head>
<body>
<form enctype="multipart/form-data" action="{% url binnary %}" method="post">
{% csrf_token %}
{{ form.as_p }}
<input type="submit" value="Submit" />
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment