From aca3560e8116b7bfbeec7ed1fe7e4a14a1282db9 Mon Sep 17 00:00:00 2001 From: Daniel Diaz Date: Mon, 24 May 2021 23:28:19 -0500 Subject: [PATCH] Added template files --- config/photoapp/templates/photoapp/create.html | 0 config/photoapp/templates/photoapp/delete.html | 0 config/photoapp/templates/photoapp/detail.html | 0 config/photoapp/templates/photoapp/list.html | 7 +++++++ config/photoapp/templates/photoapp/taglist.html | 0 5 files changed, 7 insertions(+) create mode 100644 config/photoapp/templates/photoapp/create.html create mode 100644 config/photoapp/templates/photoapp/delete.html create mode 100644 config/photoapp/templates/photoapp/detail.html create mode 100644 config/photoapp/templates/photoapp/list.html create mode 100644 config/photoapp/templates/photoapp/taglist.html 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