From 57a8a5f1a47dfcec6b5ce531b389918370c756c5 Mon Sep 17 00:00:00 2001 From: Trent Palmer Date: Wed, 3 Mar 2021 15:59:42 -0800 Subject: [PATCH] center text in heading in base_heading.html --- tp/templates/base_heading.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tp/templates/base_heading.html b/tp/templates/base_heading.html index 48c3e99..f5d1c8c 100644 --- a/tp/templates/base_heading.html +++ b/tp/templates/base_heading.html @@ -1,6 +1,6 @@
-

+

{% url 'accounts:login' as login_url %} {% url 'accounts:edit_profile' as edit_profile_url %} {% url 'accounts:password_change' as password_change_url %}