Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

chore(deprecation): add deprecation banner #18

Merged
merged 1 commit into from
Feb 28, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions dpaste/templates/dpaste/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,10 @@ <h1>{% block headline %}<a class="home" href="{% url "snippet_new" %}">{{ dpaste
{% block options %}{% endblock %}

<main>
<div style="text-align:center;color:#fff;background-color:rgb(23, 37, 94);padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;">
paste.mozilla.org allows you to share code snippets and notes with others.
These pastes require a link to be viewed; they are not private.
Anyone with the link is able to see the paste and also delete it.
<div style="text-align:center;color:#fff;background-color:rgb(255, 0, 0);padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;">
<p>
<b>
<br>
Please refrain from sharing personal or sensitive information on this website to avoid it being viewed by other parties.
Effective March 31, 2025, this app will no longer be supported and will be removed from availability.
</b>
</p>
</div>
Expand Down
Loading