~deadlight/canonical-identity-provider/misc-account

« back to all changes in this revision

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

  • Committer: Karl Williams
  • Date: 2019-09-04 16:27:41 UTC
  • Revision ID: karl@deadlight.net-20190904162741-nli4p6r411k2k7bs
Convert remaining accont templates and template fragments to vanilla

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
    <h3>
20
20
      {% blocktrans %}Sorry, something just went wrong in Ubuntu One.{% endblocktrans %}
21
21
    </h3>
22
 
    {% if errormsg %}<p>{{ errormsg }}</p>{% endif %}
 
22
    {% if errormsg %}
 
23
    <div class="p-notification--negative">
 
24
      <p class="p-notification__response">
 
25
        <span class="p-notification__status">Error: </span>{{ errormsg }}
 
26
      </p>
 
27
    </div>
 
28
    {% endif %}
23
29
    <p>
24
30
      {% blocktrans %}We&#8217;ve recorded what happened, and we&#8217;ll fix it as soon as possible. Apologies for the inconvenience.{% endblocktrans %}
25
31
    </p>