From 3db8dd7d9328e38fbc8eacf0f7553778bc31d94f Mon Sep 17 00:00:00 2001 From: Aamir Khan Date: Thu, 5 Jul 2012 11:53:09 -0400 Subject: Display message snippet on user profile page --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index ee1f66e..0ae6d4c 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,7 +3,7 @@ - {% block title %}{{ app_name }}{% endblock %} + {% block title %}{{ app_name|title }}{% endblock %} -- cgit