diff --git a/pagure/templates/fatal_error.html b/pagure/templates/fatal_error.html index 2670729..ef66da4 100644 --- a/pagure/templates/fatal_error.html +++ b/pagure/templates/fatal_error.html @@ -5,6 +5,12 @@ {% block content %} -

Fatal Error (500)

-

A fatal error has been throwed, we're sorry :(

+
+
+
+

Fatal Error (500)

+

A fatal error has been throwed, we're sorry :(

+
+
+
{% endblock %} diff --git a/pagure/templates/not_found.html b/pagure/templates/not_found.html index c12b6b3..6186d31 100644 --- a/pagure/templates/not_found.html +++ b/pagure/templates/not_found.html @@ -5,13 +5,19 @@ {% block content %} -

Page not found (404)

- {% if error and error.description %} -

With the message:

-
{{ error.description }}
- {% else %} -

The requested page cannot be found, we're sorry :(

- {% endif %} -

Maybe you enter a bad URL, or the page has moved or has been removed, or...
- Use the main navigation menu to get (re)started.

+
+
+
+

Page not found (404)

+ {% if error and error.description %} +

With the message:

+
{{ error.description }}
+ {% else %} +

The requested page cannot be found, we're sorry :(

+ {% endif %} +

Maybe you enter a bad URL, or the page has moved or has been removed, or...
+ Use the main navigation menu to get (re)started.

+
+
+
{% endblock %} diff --git a/pagure/templates/unauthorized.html b/pagure/templates/unauthorized.html index 737c7b4..171c126 100644 --- a/pagure/templates/unauthorized.html +++ b/pagure/templates/unauthorized.html @@ -5,8 +5,14 @@ {% block content %} -

Unauthorized (401)

-

You are not authorized to display the requested page.

-

If you're not logged in, try to login; if you're already done, - that probably means you do not have sufficient access.

+
+
+
+

Unauthorized (401)

+

You are not authorized to display the requested page.

+

If you're not logged in, try to login; if you're already done, + that probably means you do not have sufficient access.

+
+
+
{% endblock %}