diff options
author | Michael Elkins <melkins@tislabs.com> | 2012-02-24 01:31:01 +0000 |
---|---|---|
committer | Michael Elkins <melkins@tislabs.com> | 2012-02-24 01:31:01 +0000 |
commit | 99d6a8793335b02b5fc4fb37f0d01d7dd43c134e (patch) | |
tree | 7fcb1b7cf089bb690f6fa88ccc4acf8caa92a863 /rpkid/rpki | |
parent | 0175065575fd7276255a37cfb747238c2f6f76de (diff) |
display current resource handle in a larger font. closes #206
svn path=/branches/tk161/; revision=4367
Diffstat (limited to 'rpkid/rpki')
-rw-r--r-- | rpkid/rpki/gui/app/templates/app/app_base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/rpki/gui/app/templates/app/app_base.html b/rpkid/rpki/gui/app/templates/app/app_base.html index d3c44995..c7901115 100644 --- a/rpkid/rpki/gui/app/templates/app/app_base.html +++ b/rpkid/rpki/gui/app/templates/app/app_base.html @@ -4,7 +4,7 @@ {% block sidebar %} -<p><strong>{{ request.session.handle }}</strong> +<h2>{{ request.session.handle }}</h2> {# common navigation #} |