diff options
author | rubenwardy <rw@rubenwardy.com> | 2018-12-22 12:10:34 +0000 |
---|---|---|
committer | rubenwardy <rw@rubenwardy.com> | 2018-12-22 12:10:34 +0000 |
commit | f355721cdb1434e4f74043624678c86dbb3c5665 (patch) | |
tree | 486e93753dd1b22a2ba5ab8d2078161bf0b2ba26 | |
parent | a25f77ce3c369b753baa6668906385dadee0745e (diff) | |
download | cheatdb-f355721cdb1434e4f74043624678c86dbb3c5665.tar.xz |
Fix button style in policy alert
-rw-r--r-- | app/templates/packages/create_edit.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/templates/packages/create_edit.html b/app/templates/packages/create_edit.html index be61b1c..54bd9b3 100644 --- a/app/templates/packages/create_edit.html +++ b/app/templates/packages/create_edit.html @@ -35,10 +35,10 @@ {% block content %} <h1>Create Package</h1> - <div class="box box_grey alert alert-info"> - Have you read the Package Inclusion Policy and Guidance yet? + <div class="alert alert-info"> + <a class="float-right btn btn-sm btn-default" href="{{ url_for('flatpage', path='policy_and_guidance') }}">View</a> - <a class="alert_right button" href="{{ url_for('flatpage', path='policy_and_guidance') }}">View</a> + Have you read the Package Inclusion Policy and Guidance yet? </div> |