diff --git a/bookwyrm/templates/books.html b/bookwyrm/templates/books.html
deleted file mode 100644
index 21aefd84..00000000
--- a/bookwyrm/templates/books.html
+++ /dev/null
@@ -1,17 +0,0 @@
-{% extends 'layout.html' %}
-{% load fr_display %}
-{% block content %}
-
-
Recently Added Books
-
- {% for book in books %}
-
- {% endfor %}
-
-
-{% endblock %}
diff --git a/bookwyrm/urls.py b/bookwyrm/urls.py
index ccfbe0ef..d091a070 100644
--- a/bookwyrm/urls.py
+++ b/bookwyrm/urls.py
@@ -46,7 +46,6 @@ urlpatterns = [
path('', views.home),
re_path(r'^(?P