Add about page

This commit is contained in:
2022-08-02 22:22:22 +01:00
parent b323ea2ae2
commit 473dfd1b43
3 changed files with 7 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ logger = logging.getLogger(__name__)
# Create your views here
class Home(View):
class About(View):
template_name = "index.html"
def get(self, request):