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 @@ -
{{ bookmark.description }}
{% endif %} diff --git a/bookmarks/templates/bookmarks/new.html b/bookmarks/templates/bookmarks/new.html new file mode 100644 index 0000000..87bec1b --- /dev/null +++ b/bookmarks/templates/bookmarks/new.html @@ -0,0 +1,5 @@ +{% extends "bookmarks/layout.html" %} + +{% block content %} +