Bookmark form

This commit is contained in:
2021-04-01 09:30:10 -05:00
parent 1154b14e62
commit 567226684d
3 changed files with 18 additions and 5 deletions

View File

@@ -0,0 +1,6 @@
<h1>Add a bookmark</h1>
<form method="post">
{% csrf_token %}
{{ form.as_p }}
<input type="submit" value="Save">
</form>