diff --git a/config/photoapp/templates/photoapp/create.html b/config/photoapp/templates/photoapp/create.html new file mode 100644 index 0000000..e69de29 diff --git a/config/photoapp/templates/photoapp/delete.html b/config/photoapp/templates/photoapp/delete.html new file mode 100644 index 0000000..e69de29 diff --git a/config/photoapp/templates/photoapp/detail.html b/config/photoapp/templates/photoapp/detail.html new file mode 100644 index 0000000..e69de29 diff --git a/config/photoapp/templates/photoapp/list.html b/config/photoapp/templates/photoapp/list.html new file mode 100644 index 0000000..d7c5b6c --- /dev/null +++ b/config/photoapp/templates/photoapp/list.html @@ -0,0 +1,7 @@ +{% extends 'base.html' %} + +{% block body %} + + + +{% endblock body %} \ No newline at end of file diff --git a/config/photoapp/templates/photoapp/taglist.html b/config/photoapp/templates/photoapp/taglist.html new file mode 100644 index 0000000..e69de29