Skip to content

Commit 68107af

Browse files
committed
We can't show a cancel button, so don't show one
1 parent 959e383 commit 68107af

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

templates/pages/compat_login_policy_violation.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,5 @@ <h1 class="title">{{ _("mas.policy_violation.heading") }}</h1>
2828

2929
{{ logout.button(text=_("action.sign_out"), csrf_token=csrf_token, post_logout_action=action, as_link=True) }}
3030
</div>
31-
32-
<a class="cpd-button destructive" data-kind="primary" data-size="lg" href="/TODO">{{ _("action.cancel") }}</a>
3331
</main>
3432
{% endblock content %}

translations/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"cancel": "Cancel",
88
"@cancel": {
9-
"context": "pages/compat_login_policy_violation.html:32:89-107, pages/consent.html:69:11-29, pages/device_consent.html:127:13-31, pages/policy_violation.html:44:13-31"
9+
"context": "pages/consent.html:69:11-29, pages/device_consent.html:127:13-31, pages/policy_violation.html:44:13-31"
1010
},
1111
"continue": "Continue",
1212
"@continue": {

0 commit comments

Comments
 (0)