Ralfp 12 лет назад
Родитель
Сommit
ba9462fe29
3 измененных файлов с 7 добавлено и 8 удалено
  1. 5 6
      templates/500.html
  2. 1 1
      templates/sora/error403.html
  3. 1 1
      templates/sora/error404.html

+ 5 - 6
templates/500.html

@@ -2,7 +2,7 @@
 <html lang="en">
   <head>
     <meta charset="utf-8">
-    <title>Whoops! Something has gone wrong...</title>
+    <title>Don't Panic!</title>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <style type="text/css">
 	    /*!
@@ -51,7 +51,7 @@
   	<div class="container">
   	  <div class="row">
   	  	<div class="span8 offset2">
-          <h1>Whoops! Something has gone wrong...</h1>
+          <h1>Don't Panic!<br><small>Misago has crashed when trying to handle your request. :C</small></h1>
         </div>
       </div>
     </div>
@@ -62,11 +62,10 @@
   	  	<div class="span8 offset2">
           <h2>What should I do now?</h2>
           <p>The problem may be temporary, so let&acute;s start with trying to <a href="javascript:location.reload(true)">refresh the page</a>.</p>
-          <h2>I still see this page!</h2>
-          <p>Our servers have been attacked by Error Beasts. We are doing our best to catch them all, but it will take some time before we chase down every single Error Beast.</p>
-          <p>We apologize for the inconvenience.</p>
+          <p>If you still see this page, that means problem is little bigger than we tought and our monkeys will need some time to fix it.</p>
+          <p>Please visit us again later,<br><strong>Thanks and see you soon!</strong></p>
           <footer>
-            <p>This page has been generated by <a href="http:\\misago-project.org">Misago forum software</a></p>
+            <p>This page has been generated by <a href="http://misago-project.org">Misago forum software</a></p>
           </footer>
         </div>
       </div>

+ 1 - 1
templates/sora/error403.html

@@ -16,8 +16,8 @@
     <p class="lead">{% trans %}You dont have permission to see this page.{% endtrans %}</p>
     {% endif %}
     <ul class="unstyled">
-      <li><i class="icon-home"></i> <a href="{% url 'index' %}">{% trans %}Return to board index{% endtrans %}</a></li>
       <li><i class="icon-arrow-left"></i> <a href="#" class="go-back">{% trans %}Return to previous page{% endtrans %}</a></li>
+      <li><i class="icon-home"></i> <a href="{% url 'index' %}">{% trans %}Return to board index{% endtrans %}</a></li>
     </ul>
   </div>
 </div>

+ 1 - 1
templates/sora/error404.html

@@ -16,8 +16,8 @@
     <p class="lead">{% trans %}The page you are looking for could not be found.{% endtrans %}</p>
     {% endif %}
     <ul class="unstyled">
-      <li><i class="icon-home"></i> <a href="{% url 'index' %}">{% trans %}Return to board index{% endtrans %}</a></li>
       <li><i class="icon-arrow-left"></i> <a href="#" class="go-back">{% trans %}Return to previous page{% endtrans %}</a></li>
+      <li><i class="icon-home"></i> <a href="{% url 'index' %}">{% trans %}Return to board index{% endtrans %}</a></li>
     </ul>
   </div>
 </div>