From 1229e95d31c921becf7f2a2bfca439f9b89bb551 Mon Sep 17 00:00:00 2001 From: Hailey Date: Thu, 10 Oct 2019 19:09:41 -0700 Subject: [PATCH] Corrected a variable --- templates/settings.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/settings.html b/templates/settings.html index 1f500e1..e9c648d 100644 --- a/templates/settings.html +++ b/templates/settings.html @@ -7,7 +7,7 @@ -

Settings for {{ name }}!

+

Settings for {{ user_info['name'] }}!