diff --git a/config/db/databasepostgresql_env.example b/config/db/databasepostgresql_env.example
deleted file mode 100644
index 0892687..0000000
--- a/config/db/databasepostgresql_env.example
+++ /dev/null
@@ -1,3 +0,0 @@
-POSTGRES_USER=
-POSTGRES_PASSWORD=
-POSTGRES_DB=
\ No newline at end of file
diff --git a/src/series/templates/homepage.html b/src/series/templates/homepage.html
index 1188004..44ccd1c 100644
--- a/src/series/templates/homepage.html
+++ b/src/series/templates/homepage.html
@@ -14,26 +14,30 @@
- {% if type == "all" %}
-
- {% else %}
- {% endif %}
- {% if type == "watched" %}
-
- {% else %}
+
- {% endif %}
- {% if type == "unwatched" %}
-
- {% else %}
+
- {% endif %}
+
+