diff options
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> |