Skip to content

Commit cee6ecf

Browse files
committed
refactor(ui): use neutral sign-in CTA on branded error pages
1 parent b097b4d commit cee6ecf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

templates/errors/403.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h1>This surface is outside your current access level.</h1>
1616
</p>
1717
<div class="rh-hero-actions">
1818
<a class="btn btn-primary rh-btn-primary" href="{% url 'landing' %}">Return to landing page</a>
19-
<a class="btn btn-outline-secondary rh-btn-secondary" href="{% url 'accounts:login_merchant' %}">Go to sign in</a>
19+
<a class="btn btn-outline-secondary rh-btn-secondary" href="{% url 'ops-login' %}">Go to sign in</a>
2020
</div>
2121
</div>
2222
<aside class="rh-hero-visual" aria-label="Access restriction summary">

templates/errors/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h1>This route is not part of the current product surface.</h1>
1515
</p>
1616
<div class="rh-hero-actions">
1717
<a class="btn btn-primary rh-btn-primary" href="{% url 'landing' %}">Return to landing page</a>
18-
<a class="btn btn-outline-secondary rh-btn-secondary" href="{% url 'accounts:login_merchant' %}">Go to sign in</a>
18+
<a class="btn btn-outline-secondary rh-btn-secondary" href="{% url 'ops-login' %}">Go to sign in</a>
1919
</div>
2020
</div>
2121
<aside class="rh-hero-visual" aria-label="Not found summary">

templates/errors/500.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h1>Something interrupted the response inside the application.</h1>
1515
</p>
1616
<div class="rh-hero-actions">
1717
<a class="btn btn-primary rh-btn-primary" href="{% url 'landing' %}">Return to landing page</a>
18-
<a class="btn btn-outline-secondary rh-btn-secondary" href="{% url 'accounts:login_merchant' %}">Go to sign in</a>
18+
<a class="btn btn-outline-secondary rh-btn-secondary" href="{% url 'ops-login' %}">Go to sign in</a>
1919
</div>
2020
</div>
2121
<aside class="rh-hero-visual" aria-label="Server error summary">

0 commit comments

Comments
 (0)