diff --git a/.gitignore b/.gitignore
index 746f651..2749718 100644
--- a/.gitignore
+++ b/.gitignore
@@ -130,5 +130,6 @@ dmypy.json
.idea
.DS_Store
+assets/
config.py
\ No newline at end of file
diff --git a/templates/banner_add.html b/templates/banner_action.html
similarity index 99%
rename from templates/banner_add.html
rename to templates/banner_action.html
index b3ef309..7a73735 100644
--- a/templates/banner_add.html
+++ b/templates/banner_action.html
@@ -1,12 +1,12 @@
{% extends "generic/base.html" %}
{% block title %}
-Upload Banner - Nintendo Channel Admin
+{{ action }} Banner - Nintendo Channel Admin
{% endblock %}
{% block content %}
-
Upload New Banner
+
{{ action }} Banner
diff --git a/templates/banner_list.html b/templates/banner_list.html
index cb56e7c..64f7904 100644
--- a/templates/banner_list.html
+++ b/templates/banner_list.html
@@ -99,6 +99,11 @@
Banners
+
+
+ Edit
+
|