diff options
Diffstat (limited to 'flaskr/templates/blog/create.html')
| -rw-r--r-- | flaskr/templates/blog/create.html | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/flaskr/templates/blog/create.html b/flaskr/templates/blog/create.html deleted file mode 100644 index 88e31e4..0000000 --- a/flaskr/templates/blog/create.html +++ /dev/null @@ -1,15 +0,0 @@ -{% extends 'base.html' %} - -{% block header %} - <h1>{% block title %}New Post{% endblock %}</h1> -{% endblock %} - -{% block content %} - <form method="post"> - <label for="title">Title</label> - <input name="title" id="title" value="{{ request.form['title'] }}" required> - <label for="body">Body</label> - <textarea name="body" id="body">{{ request.form['body'] }}</textarea> - <input type="submit" value="Save"> - </form> -{% endblock %} |
