Skip to content

Instantly share code, notes, and snippets.

@aballah-chamakh
Created November 28, 2019 22:33
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/85d3079eef53aae3e290c0bb1565dd2e to your computer and use it in GitHub Desktop.
Save aballah-chamakh/85d3079eef53aae3e290c0bb1565dd2e to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Delete Inference</title>
</head>
<body>
<h3> Are you sure about deleting {{object.title}} product</h3>
<form action='POST' >{% csrf_token %}
<input type='submit' value='sure' /> or <a href='/' >forget</a>
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment