diff options
author | Michael Elkins <melkins@tislabs.com> | 2012-02-07 04:59:22 +0000 |
---|---|---|
committer | Michael Elkins <melkins@tislabs.com> | 2012-02-07 04:59:22 +0000 |
commit | c136fc866c83e2b0249ef282cf3c2703186f257f (patch) | |
tree | 44646dfd8cc9f7cc75ea126df5a0b3e41e892ff5 /rpkid/rpki | |
parent | ff1c68ec543e2e8db1f5980c3e7888dd9a25c8f6 (diff) |
fix wrong class for block messages
svn path=/branches/tk161/; revision=4301
Diffstat (limited to 'rpkid/rpki')
-rw-r--r-- | rpkid/rpki/gui/app/templates/app/object_detail.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/rpki/gui/app/templates/app/object_detail.html b/rpkid/rpki/gui/app/templates/app/object_detail.html index b73fb681..6a93f644 100644 --- a/rpkid/rpki/gui/app/templates/app/object_detail.html +++ b/rpkid/rpki/gui/app/templates/app/object_detail.html @@ -11,7 +11,7 @@ {% endblock object_detail %} {% if confirm_delete %} -<div class='alert-message box-message warning'> +<div class='alert-message block-message warning'> <p><strong>Please confirm</strong> that you would like to delete this object. <div class='alert-actions'> <form method='POST' action='{{ request.get_full_path }}'> |