Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion templates/errors/403.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h1>This surface is outside your current access level.</h1>
</p>
<div class="rh-hero-actions">
<a class="btn btn-primary rh-btn-primary" href="{% url 'landing' %}">Return to landing page</a>
<a class="btn btn-outline-secondary rh-btn-secondary" href="{% url 'accounts:login_merchant' %}">Go to sign in</a>
<a class="btn btn-outline-secondary rh-btn-secondary" href="{% url 'ops-login' %}">Go to sign in</a>
</div>
</div>
<aside class="rh-hero-visual" aria-label="Access restriction summary">
Expand Down
2 changes: 1 addition & 1 deletion templates/errors/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h1>This route is not part of the current product surface.</h1>
</p>
<div class="rh-hero-actions">
<a class="btn btn-primary rh-btn-primary" href="{% url 'landing' %}">Return to landing page</a>
<a class="btn btn-outline-secondary rh-btn-secondary" href="{% url 'accounts:login_merchant' %}">Go to sign in</a>
<a class="btn btn-outline-secondary rh-btn-secondary" href="{% url 'ops-login' %}">Go to sign in</a>
</div>
</div>
<aside class="rh-hero-visual" aria-label="Not found summary">
Expand Down
2 changes: 1 addition & 1 deletion templates/errors/500.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h1>Something interrupted the response inside the application.</h1>
</p>
<div class="rh-hero-actions">
<a class="btn btn-primary rh-btn-primary" href="{% url 'landing' %}">Return to landing page</a>
<a class="btn btn-outline-secondary rh-btn-secondary" href="{% url 'accounts:login_merchant' %}">Go to sign in</a>
<a class="btn btn-outline-secondary rh-btn-secondary" href="{% url 'ops-login' %}">Go to sign in</a>
</div>
</div>
<aside class="rh-hero-visual" aria-label="Server error summary">
Expand Down
Loading