~cr3/launchpad-results/trunk

« back to all changes in this revision

Viewing changes to templates/errors/401.html

  • Committer: Marc Tardif
  • Date: 2010-12-07 01:16:17 UTC
  • Revision ID: marc.tardif@canonical.com-20101207011617-cqcv0240ca3cs5ba
Added TestStat for statistics about test runs and TestRank for ranking of projects.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
{% load i18n %}
9
9
 
10
 
{% block title %}
 
10
{% block page_title %}
11
11
  {% trans "Unauthorized" %}
12
12
{% endblock %}
13
13
 
14
 
{% block text_title %}
 
14
{% block page_label %}
15
15
  {% trans "Not authorized here" %}
16
16
{% endblock %}
17
17