From 0e170c04287f7ce39890a6888c851abda0ad12e9 Mon Sep 17 00:00:00 2001 From: Joe Ardent Date: Thu, 11 Apr 2024 22:15:34 -0700 Subject: [PATCH] hey buddy. --- templates/add_new_watch_page.html | 2 +- templates/get_watch_page.html | 2 +- templates/index.html | 2 +- templates/login_page.html | 2 +- templates/logout_page.html | 2 +- templates/logout_success.html | 2 +- templates/my_watches_page.html | 2 +- templates/signup.html | 2 +- templates/signup_error.html | 2 +- templates/signup_success.html | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/templates/add_new_watch_page.html b/templates/add_new_watch_page.html index 54eb830..323521c 100644 --- a/templates/add_new_watch_page.html +++ b/templates/add_new_watch_page.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% import "macros.html" as m %} -{% block title %}Welcome to What 2 Watch, Bish{% endblock %} +{% block title %}Welcome to What 2 Watch, Buddy{% endblock %} {% block content %} diff --git a/templates/get_watch_page.html b/templates/get_watch_page.html index b608abf..41fab90 100644 --- a/templates/get_watch_page.html +++ b/templates/get_watch_page.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% import "macros.html" as m %} -{% block title %}Welcome to What 2 Watch, Bish{% endblock %} +{% block title %}Welcome to What 2 Watch, Buddy{% endblock %} {% block content %} diff --git a/templates/index.html b/templates/index.html index 75d8db2..9d5f691 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %}Welcome to What 2 Watch, Bish{% endblock %} +{% block title %}Welcome to What 2 Watch, Buddy{% endblock %} {% block content %} diff --git a/templates/login_page.html b/templates/login_page.html index f7a40b6..b877435 100644 --- a/templates/login_page.html +++ b/templates/login_page.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %}Login to What 2 Watch, Bish{% endblock %} +{% block title %}Login to What 2 Watch, Buddy{% endblock %} {% block header %}{% endblock %} diff --git a/templates/logout_page.html b/templates/logout_page.html index a7f24de..c14d281 100644 --- a/templates/logout_page.html +++ b/templates/logout_page.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %}Logout of What 2 Watch, Bish{% endblock %} +{% block title %}Logout of What 2 Watch, Buddy{% endblock %} {% block header %}{% endblock %} diff --git a/templates/logout_success.html b/templates/logout_success.html index 6c03978..f291f46 100644 --- a/templates/logout_success.html +++ b/templates/logout_success.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %}Thanks for Signing Up for What 2 Watch, Bish{% endblock %} +{% block title %}Thanks for Signing Up for What 2 Watch, Buddy{% endblock %} {% block header %}{% endblock %} diff --git a/templates/my_watches_page.html b/templates/my_watches_page.html index 96ad30d..a731a8a 100644 --- a/templates/my_watches_page.html +++ b/templates/my_watches_page.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% import "macros.html" as m %} -{% block title %}Welcome to What 2 Watch, Bish{% endblock %} +{% block title %}Welcome to What 2 Watch, Buddy{% endblock %} {% block content %} diff --git a/templates/signup.html b/templates/signup.html index 2fbb81a..a47fce7 100644 --- a/templates/signup.html +++ b/templates/signup.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %}Sign Up for What 2 Watch, Bish{% endblock %} +{% block title %}Sign Up for What 2 Watch, Buddy{% endblock %} {% block header %} {% endblock %} diff --git a/templates/signup_error.html b/templates/signup_error.html index 610bd3f..b388dc8 100644 --- a/templates/signup_error.html +++ b/templates/signup_error.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %}Dang, Bish{% endblock %} +{% block title %}Dang, Buddy{% endblock %} {% block content %} {% block header %}{% endblock %} diff --git a/templates/signup_success.html b/templates/signup_success.html index 50a24a9..27b88ef 100644 --- a/templates/signup_success.html +++ b/templates/signup_success.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %}Thanks for Signing Up for What 2 Watch, Bish{% endblock %} +{% block title %}Thanks for Signing Up for What 2 Watch, Buddy{% endblock %} {% block content %} {% block header %}{% endblock %}