change some wording
[mlpccg-meta.git] / meta / templates / base.html
index bd95703..5ed434b 100644 (file)
@@ -1,3 +1,5 @@
+{% load url from future %}
+
 <!DOCTYPE html>
 <!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
 <!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
@@ -38,6 +40,9 @@
           </button>
           <a class="navbar-brand" href="{% url 'meta.views.index' %}">meta is magic</a>
         </div>
+        <div class="navbar-right">
+          <a class="navbar-brand" href="{% url 'meta.views.index' %}">BETA</a>
+        </div>
         <!-- <div class="navbar-collapse collapse"> -->
         <!--   <form class="navbar-form navbar-right" role="form"> -->
         <!--     <div class="form-group"> -->
@@ -62,7 +67,7 @@
 
     <div class="container">
       <footer>
-        <p>&copy; Yukkuri Games, 2014</p>
+        <p>&copy; <a href="http://yukkurigames.com">Yukkuri Games, 2014</a></p>
       </footer>
     </div> <!-- /container -->
     <!-- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> -->