Skip to content

Commit

Permalink
refactor(opinion.html): Add message for PDFs
Browse files Browse the repository at this point in the history
Note that PDFs may be redacted for copyright reasons
  • Loading branch information
flooie committed Dec 13, 2024
1 parent 36fe0fc commit 5345baa
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions cl/opinion_page/templates/opinions.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,17 @@ <h3> <span>Jump To</span> </h3>
</div>
<div class="clearfix"></div>
{% endif %}

{% if tab == "pdf" %}
<div class="col-sm-12 alert-warning alert v-offset-above-2">
<p class="bottom">
Certain sections of this document, such as headnotes or
other content, may be redacted to comply with copyright
or privacy requirements.
</p>
</div>
<div class="clearfix"></div>
{% endif %}
</div>

<div class="bottom-section">
Expand Down

0 comments on commit 5345baa

Please sign in to comment.