Bookmark form
This commit is contained in:
6
bookmarks/templates/bookmarks/bookmark_form.html
Normal file
6
bookmarks/templates/bookmarks/bookmark_form.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<h1>Add a bookmark</h1>
|
||||
<form method="post">
|
||||
{% csrf_token %}
|
||||
{{ form.as_p }}
|
||||
<input type="submit" value="Save">
|
||||
</form>
|
||||
Reference in New Issue
Block a user