diff --git a/the_works/templates/pages/about.html b/the_works/templates/pages/about.html deleted file mode 100644 index 6e55e37..0000000 --- a/the_works/templates/pages/about.html +++ /dev/null @@ -1,9 +0,0 @@ -{% extends 'base.html' %} - -{% block header %} -
This is a message board for friendly messages.
-{% endblock content %} \ No newline at end of file diff --git a/the_works/templates/pages/home.html b/the_works/templates/pages/home.html deleted file mode 100644 index 166beb0..0000000 --- a/the_works/templates/pages/home.html +++ /dev/null @@ -1,9 +0,0 @@ -{% extends 'base.html' %} - -{% block header %} -Learn more about this project by visiting the About page.
-{% endblock content %} \ No newline at end of file