Upgrade to Bootstrap v5 (#457)
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
<script src="/static/polltask.js"></script>
|
||||
<script src="/static/package_create.js?v=5"></script>
|
||||
{% endif %}
|
||||
<script src="/static/package_edit.js?v=4"></script>
|
||||
<script src="/static/package_edit.js?v=5"></script>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
@@ -38,13 +38,13 @@
|
||||
|
||||
{% if not package %}
|
||||
<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="float-end btn btn-sm btn-default" href="{{ url_for('flatpage', path='policy_and_guidance') }}">{{ _("View") }}</a>
|
||||
|
||||
{{ _("Have you read the Package Inclusion Policy and Guidance yet?") }}
|
||||
</div>
|
||||
{% else %}
|
||||
<div class="alert alert-secondary">
|
||||
<a class="float-right btn btn-sm btn-default" href="/help/package_config/#cdbjson">{{ _("Read more") }}</a>
|
||||
<a class="float-end btn btn-sm btn-default" href="/help/package_config/#cdbjson">{{ _("Read more") }}</a>
|
||||
|
||||
{{ _("You can include a .cdb.json file in your %(type)s to update these details automatically.", type=package.type.text.lower()) }}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user