diff --git a/bookmarks/templates/bookmarks/detail.html b/bookmarks/templates/bookmarks/detail.html deleted file mode 100644 index fc9203e..0000000 --- a/bookmarks/templates/bookmarks/detail.html +++ /dev/null @@ -1 +0,0 @@ -

Edit bookmark {{ bookmark.id }}

diff --git a/bookmarks/templates/bookmarks/edit.html b/bookmarks/templates/bookmarks/edit.html new file mode 100644 index 0000000..7de25ad --- /dev/null +++ b/bookmarks/templates/bookmarks/edit.html @@ -0,0 +1,5 @@ +{% extends "bookmarks/layout.html" %} + +{% block content %} +

Edit bookmark

+{% endblock %} diff --git a/bookmarks/templates/bookmarks/index.html b/bookmarks/templates/bookmarks/index.html index 5018909..4774953 100644 --- a/bookmarks/templates/bookmarks/index.html +++ b/bookmarks/templates/bookmarks/index.html @@ -1,7 +1,10 @@ {% extends "bookmarks/layout.html" %} {% block content %} -

Bookmarks

+
+

Bookmarks

+ Add +