mirror of
https://github.com/minetest/contentdb.git
synced 2025-01-10 23:17:37 +01:00
Fix button style in policy alert
This commit is contained in:
parent
a25f77ce3c
commit
f355721cdb
@ -35,10 +35,10 @@
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
<h1>Create Package</h1>
|
<h1>Create Package</h1>
|
||||||
|
|
||||||
<div class="box box_grey alert alert-info">
|
<div class="alert alert-info">
|
||||||
Have you read the Package Inclusion Policy and Guidance yet?
|
<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>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user