diff options
author | Michael Elkins <melkins@tislabs.com> | 2013-03-25 17:47:08 +0000 |
---|---|---|
committer | Michael Elkins <melkins@tislabs.com> | 2013-03-25 17:47:08 +0000 |
commit | b621c37fadfb140e66b57ae492e8bfca00c4900c (patch) | |
tree | eea17f59ccea97e9b951e6aaea19bb9ac846ff8b | |
parent | 4e19146053f319341c62563bb1dced28ce6faac8 (diff) |
fix wrong css class for page-header
svn path=/trunk/; revision=5210
-rw-r--r-- | rpkid/rpki/gui/app/templates/app/resource_holder_list.html | 2 | ||||
-rw-r--r-- | rpkid/rpki/gui/app/templates/app/user_list.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/rpkid/rpki/gui/app/templates/app/resource_holder_list.html b/rpkid/rpki/gui/app/templates/app/resource_holder_list.html index 6635950b..6525e74d 100644 --- a/rpkid/rpki/gui/app/templates/app/resource_holder_list.html +++ b/rpkid/rpki/gui/app/templates/app/resource_holder_list.html @@ -2,7 +2,7 @@ {% load url from future %} {% block content %} -<div class='page-title'> +<div class='page-header'> <h1>Resource Holders</h1> </div> diff --git a/rpkid/rpki/gui/app/templates/app/user_list.html b/rpkid/rpki/gui/app/templates/app/user_list.html index dfb0a7cd..1b419ded 100644 --- a/rpkid/rpki/gui/app/templates/app/user_list.html +++ b/rpkid/rpki/gui/app/templates/app/user_list.html @@ -2,7 +2,7 @@ {% load url from future %} {% block content %} -<div class='page-title'> +<div class='page-header'> <h1>Users</h1> </div> |