From d1806d43a9d14e27346a0f7a1c36411dead19738 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Sun, 30 Jun 2019 03:48:09 -0700 Subject: more descriptive HTML titles --- python/fatcat_web/templates/auth_account.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'python/fatcat_web/templates/auth_account.html') diff --git a/python/fatcat_web/templates/auth_account.html b/python/fatcat_web/templates/auth_account.html index 4b1562d7..4faeb48f 100644 --- a/python/fatcat_web/templates/auth_account.html +++ b/python/fatcat_web/templates/auth_account.html @@ -1,4 +1,7 @@ {% extends "base.html" %} + +{% block title %}Account Settings{% endblock %} + {% block body %}

-- cgit v1.2.3