~deadlight/canonical-identity-provider/notifications-and-errors

« back to all changes in this revision

Viewing changes to src/webui/templates/bad_token.html

  • Committer: Karl Williams
  • Date: 2019-08-05 13:47:39 UTC
  • Revision ID: karl@deadlight.net-20190805134739-9r4k4hcb096cwqnh
Update spellings, fix malformed markup, hide email field correctly on password reset

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
GNU Affero General Public License version 3 (see the file  LICENSE).
8
8
{% endcomment %}
9
9
 
10
 
{% block title %}{% trans "Unauthorized confirmation code" %}{% endblock %}
 
10
{% block title %}{% trans "Unauthorised confirmation code" %}{% endblock %}
11
11
 
12
12
{% block text_title %}
13
 
<h1>{% trans "Unauthorized confirmation code" %}</h1>
 
13
<h1>{% trans "Unauthorised confirmation code" %}</h1>
14
14
{% endblock %}
15
15
 
16
16
{% block content %}
19
19
    <div class="col-8">
20
20
      <div class="p-notification--negative">
21
21
        <p class="p-notification__response">
22
 
          <span class="p-notification__status">Error:</span>{% blocktrans %}You are not authorized to use this confirmation code.
 
22
          <span class="p-notification__status">Error:</span>{% blocktrans %}You are not authorised to use this confirmation code.
23
23
          If this URL was sent to you by email, please make sure you open it in the same browser where you requested it.
24
24
          {% endblocktrans %}
25
25
        </p>