Skip to content

Commit

Permalink
Add disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
blagojabozinovski committed Mar 10, 2024
1 parent 3829121 commit 4a049f0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ckanext/iaea/templates/package/read_base.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{% ckan_extends %}
{% block main_content %}
{{ super() }}
<div class="alert alert-info dataset-disclaimer">
<div class="title">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true" id="InformationCircleIcon" class="icon-size mt-1 me-1"><path fill-rule="evenodd" d="M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7-4a1 1 0 11-2 0 1 1 0 012 0zM9 9a1 1 0 000 2v3a1 1 0 001 1h1a1 1 0 100-2v-3a1 1 0 00-1-1H9z" clip-rule="evenodd"></path></svg>
<h4>Disclaimer</h4>
</div>
<p>
The IAEA makes no warranties, either expressed or implied, concerning the accuracy, completeness, reliability, or suitability of the information. The mention of names of specific companies or equipment does not imply any intention to infringe proprietary rights, nor should it be construed as an endorsement or recommendation on the part of the IAEA.
</p>
</div>

{% endblock %}

0 comments on commit 4a049f0

Please sign in to comment.