Browse Source

Changed alerts order.

Rafał Pitoń 11 years ago
parent
commit
c7e61085d0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      misago/templates/misago/base.html

+ 1 - 1
misago/templates/misago/base.html

@@ -22,9 +22,9 @@
   </head>
   <body>
 
+    {% include "misago/messages.html" %}
     {% include "misago/navbar.html" %}
     {% include "misago/jumbotron.html" %}
-    {% include "misago/messages.html" %}
 
     {% block content %}{% endblock %}