diff options
| author | Aamir Khan <syst3m.w0rm@gmail.com> | 2012-07-05 11:53:09 -0400 |
|---|---|---|
| committer | Aamir Khan <syst3m.w0rm@gmail.com> | 2012-07-05 11:53:09 -0400 |
| commit | 3db8dd7d9328e38fbc8eacf0f7553778bc31d94f (patch) | |
| tree | ace66373e47453b92f8c7b7e51aae9c3c7e9c836 /templates/base.html | |
| parent | e39e81586dd268ce0cc5009f1c4b32a6985f8274 (diff) | |
Display message snippet on user profile page
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="ROBOTS" content="INDEX, FOLLOW" /> - <title>{% block title %}{{ app_name }}{% endblock %}</title> + <title>{% block title %}{{ app_name|title }}{% endblock %}</title> <meta name="author" content="" /> <meta name="dc.language" content="en" /> <link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/normalize.css" /> |
