Skip to content

Instantly share code, notes, and snippets.

@aballah-chamakh
Last active November 28, 2019 22:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aballah-chamakh/13faafe021c913c22436202023240483 to your computer and use it in GitHub Desktop.
Save aballah-chamakh/13faafe021c913c22436202023240483 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Update Inference</title>
</head>
<body>
<div>
<form method='POST' enctype="multipart/form-data"> {% csrf_token %}
{{form.media}}
{{form.as_p}}
<input type="submit" value="update" >
</form>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment