Browse Source

moved prelease warning message to jumbotron.html

Rafał Pitoń 8 years ago
parent
commit
e85305ef02
2 changed files with 4 additions and 5 deletions
  1. 0 4
      misago/templates/misago/base.html
  2. 4 1
      misago/templates/misago/jumbotron.html

+ 0 - 4
misago/templates/misago/base.html

@@ -21,10 +21,6 @@
     <div id="auth-message-mount"></div>
     <div id="auth-message-mount"></div>
     <div id="snackbar-mount"></div>
     <div id="snackbar-mount"></div>
 
 
-    <div style="background: #d00; padding: 12px 18px; text-align: center; color: #fff; text-shadow: 1px 1px 0px #300;">
-      <strong>Warning:</strong> This is unreleased version of Misago. There's no support or update path available for it!
-    </div>
-
     {% include "misago/jumbotron.html" %}
     {% include "misago/jumbotron.html" %}
     {% include "misago/navbar.html" %}
     {% include "misago/navbar.html" %}
 
 

+ 4 - 1
misago/templates/misago/jumbotron.html

@@ -1 +1,4 @@
-{# empty template you can override to define custom header over navbar #}
+{# empty template you can override to define custom header over navbar #}
+<div style="background: #d00; padding: 12px 18px; text-align: center; color: #fff; text-shadow: 1px 1px 0px #300;">
+  <strong>Warning:</strong> This is unreleased version of Misago. There's no support or update path available for it!
+</div>