From 85e92ff2ee4ca30e0144790a1d95b8023595bf2f Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Mon, 24 Apr 2017 22:26:17 +0300 Subject: Cleanup --- servo/templates/checkin/error.html | 7 ++++--- servo/templates/checkin/index.html | 3 +-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'servo/templates/checkin') diff --git a/servo/templates/checkin/error.html b/servo/templates/checkin/error.html index d21e91f..ee0ecc9 100644 --- a/servo/templates/checkin/error.html +++ b/servo/templates/checkin/error.html @@ -6,10 +6,11 @@ {% block main %}
- -

{% trans "It appears that an error has occurred." %}

+ {% trans +

{% trans "An error occurred." %}

{{ message }}

- {% trans "Try again" %} + {% trans "Try again" %} + {% trans "Return to login page" %}
{% endblock main %} diff --git a/servo/templates/checkin/index.html b/servo/templates/checkin/index.html index c197d31..545825d 100644 --- a/servo/templates/checkin/index.html +++ b/servo/templates/checkin/index.html @@ -50,8 +50,7 @@ {% endif %} - - +
-- cgit v1.2.3