Skip to content

Instantly share code, notes, and snippets.

@vihar
Created May 24, 2018 07:21
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 vihar/d459913e1bb3d804c32b3bb19ff95e35 to your computer and use it in GitHub Desktop.
Save vihar/d459913e1bb3d804c32b3bb19ff95e35 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Add Post</title>
</head>
<body>
<h1>Add Post</h1>
<form action="/posts" method="post">
<label>Post Title</label>
{{ postform.title }}
<label>Post Text</label>
{{ postform.post_text }}
<input type="submit" name="submit">
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment