Skip to content

Commit 61b6177

Browse files
authored
Drop legacy dashboard from dashboard announcement (#575)
This is just updating the copy. Eventually we should just remove this block entirely. ![image](https://github.com/user-attachments/assets/cc0fd6e5-a6ea-4379-bda9-c734dcc87767)
1 parent 6537396 commit 61b6177

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

readthedocsext/theme/templates/projects/partials/announcements/new-dashboard.html

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717

1818
<div class="ui relaxed list">
1919
<div class="item">
20-
<div class="header">{% trans "What is changing?" %}</div>
20+
<div class="header">{% trans "What has changed?" %}</div>
2121
<p>
2222
{% blocktrans trimmed %}
23-
We discuss what is changing and what to expect as we retire our legacy dashboard on our blog:
23+
We discuss what has changed on our dashboard in more detail on our blog:
2424
{% endblocktrans %}
2525
</p>
2626

@@ -33,22 +33,6 @@
3333
</div>
3434
</div>
3535
</div>
36-
<div class="item">
37-
<div class="header">{% trans "Can I use the old dashboard?" %}</div>
38-
<p>
39-
{% blocktrans trimmed %}
40-
Our legacy dashboard is still available,
41-
but will be retired on <time datetime="2025-03-11">March 11th, 2025</time>.
42-
Until then, you can access the dashboard here:
43-
{% endblocktrans %}
44-
</p>
45-
{# djlint: off D018 #}
46-
<a class="ui fluid basic button"
47-
href="//{{ SWITCH_PRODUCTION_DOMAIN }}{% url "account_login" %}">
48-
{% trans "Open legacy dashboard" %}
49-
</a>
50-
{# djlint: on #}
51-
</div>
5236
</div>
5337
</div>
5438
</div>

0 commit comments

Comments
 (0)