diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2013-02-01 16:12:07 +0100 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2013-02-01 16:33:59 +0100 |
commit | 238d19f7e09bfa754f4b91622f1c34d08f2ef26d (patch) | |
tree | a0c44ac571570eae50ee6857637b36933b13c8ee /hyperkitty/templates/user_profile.html | |
parent | f2c860df51e936b79f05794c17bfb0baf95befa3 (diff) | |
download | hyperkitty-238d19f7e09bfa754f4b91622f1c34d08f2ef26d.tar.gz hyperkitty-238d19f7e09bfa754f4b91622f1c34d08f2ef26d.tar.xz hyperkitty-238d19f7e09bfa754f4b91622f1c34d08f2ef26d.zip |
Minor cosmetics in the navbar, month page title, and user profile
Diffstat (limited to 'hyperkitty/templates/user_profile.html')
-rw-r--r-- | hyperkitty/templates/user_profile.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/templates/user_profile.html b/hyperkitty/templates/user_profile.html index 491d75e..c967be6 100644 --- a/hyperkitty/templates/user_profile.html +++ b/hyperkitty/templates/user_profile.html @@ -8,7 +8,7 @@ {% endblock %} {% block content %} - <h1>User Profile <span>- {{ user }}</span></h1> + <h1>{{ user }}</h1> <table class="table table-bordered table-striped user-data"> <tbody> |