From 2ed053fba2c3cf90570b739d706ade8c7aa581a6 Mon Sep 17 00:00:00 2001 From: Joe Ardent Date: Sat, 8 Jul 2023 21:26:28 -0700 Subject: [PATCH] no witches in templates --- results.txt | 3 --- templates/add_new_watch_page.html | 2 +- templates/base.html | 2 +- templates/get_watch_page.html | 2 +- templates/index.html | 4 ++-- templates/login_page.html | 2 +- templates/logout_page.html | 2 +- templates/logout_success.html | 2 +- templates/my_watches_page.html | 2 +- templates/search_watches_page.html | 2 +- templates/signup.html | 2 +- templates/signup_success.html | 2 +- 12 files changed, 12 insertions(+), 15 deletions(-) delete mode 100644 results.txt diff --git a/results.txt b/results.txt deleted file mode 100644 index 1f89676..0000000 --- a/results.txt +++ /dev/null @@ -1,3 +0,0 @@ --rw-r--r-- 1 ardent ardent 16M Jul 6 13:51 /home/ardent/.witch-watch.db - -6 seconds to add 99,612 watch quests. diff --git a/templates/add_new_watch_page.html b/templates/add_new_watch_page.html index ddb455b..54eb830 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 Witch Watch, Bish{% endblock %} +{% block title %}Welcome to What 2 Watch, Bish{% endblock %} {% block content %} diff --git a/templates/base.html b/templates/base.html index 76aa293..3f00dd9 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,7 +3,7 @@ - {% block title %}{{ title }} - Witch Watch{% endblock %} + {% block title %}{{ title }} - What 2 Watch{% endblock %} {% block head %}{% endblock %} diff --git a/templates/get_watch_page.html b/templates/get_watch_page.html index 71dee07..bf7d60e 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 Witch Watch, Bish{% endblock %} +{% block title %}Welcome to What 2 Watch, Bish{% endblock %} {% block content %} diff --git a/templates/index.html b/templates/index.html index 92c44f3..35073ae 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,10 +1,10 @@ {% extends "base.html" %} -{% block title %}Welcome to Witch Watch, Bish{% endblock %} +{% block title %}Welcome to What 2 Watch, Bish{% endblock %} {% block content %} -

Welcome to Witch Watch

+

Welcome to What 2 Watch

{% match user %} {% when Some with (usr) %} diff --git a/templates/login_page.html b/templates/login_page.html index 40ee3e3..d945c97 100644 --- a/templates/login_page.html +++ b/templates/login_page.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %}Login to Witch Watch, Bish{% endblock %} +{% block title %}Login to What 2 Watch, Bish{% endblock %} {% block header %}{% endblock %} diff --git a/templates/logout_page.html b/templates/logout_page.html index d54ca87..a7f24de 100644 --- a/templates/logout_page.html +++ b/templates/logout_page.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %}Logout of Witch Watch, Bish{% endblock %} +{% block title %}Logout of What 2 Watch, Bish{% endblock %} {% block header %}{% endblock %} diff --git a/templates/logout_success.html b/templates/logout_success.html index 2e176bd..6c03978 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 Witch Watch, Bish{% endblock %} +{% block title %}Thanks for Signing Up for What 2 Watch, Bish{% endblock %} {% block header %}{% endblock %} diff --git a/templates/my_watches_page.html b/templates/my_watches_page.html index 894db5a..af0df05 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 Witch Watch, Bish{% endblock %} +{% block title %}Welcome to What 2 Watch, Bish{% endblock %} {% block content %} diff --git a/templates/search_watches_page.html b/templates/search_watches_page.html index 37b03b1..54e9fe4 100644 --- a/templates/search_watches_page.html +++ b/templates/search_watches_page.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% import "macros.html" as m %} -{% block title %}Welcome to Witch Watch, Bish{% endblock %} +{% block title %}Welcome to What 2 Watch, Bish{% endblock %} {% block content %} diff --git a/templates/signup.html b/templates/signup.html index e4aeb0f..47b48a3 100644 --- a/templates/signup.html +++ b/templates/signup.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %}Sign Up for Witch Watch, Bish{% endblock %} +{% block title %}Sign Up for What 2 Watch, Bish{% endblock %} {% block header %} {% endblock %} diff --git a/templates/signup_success.html b/templates/signup_success.html index 6d6bd39..50a24a9 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 Witch Watch, Bish{% endblock %} +{% block title %}Thanks for Signing Up for What 2 Watch, Bish{% endblock %} {% block content %} {% block header %}{% endblock %}