From 84b036b926d90b52956350d99b3a070b3dd1d7ac Mon Sep 17 00:00:00 2001 From: JJ Date: Wed, 19 Mar 2025 14:53:53 +0000 Subject: first commit --- templates/pages/account.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 templates/pages/account.html (limited to 'templates/pages/account.html') diff --git a/templates/pages/account.html b/templates/pages/account.html new file mode 100644 index 0000000..db28632 --- /dev/null +++ b/templates/pages/account.html @@ -0,0 +1,16 @@ +{% extends "base.html" %} {% block title %} account {% endblock %} {% block +heading %} +

Hey {{ session.username }} 👋

+{% endblock %} {% block content %} +

+ Remember that index.cooking does not store any personal information such as + email addresses, so you are responsible for keeping access to your account at + all times, be sure to keep your username and password safe! +

+

+ If you have lost account access and you need the URLs of all the recipes you + previously addedd, then contact me + here. +

+ +{% endblock %} -- cgit v1.2.3