Sign up form and other stuff
[recipes.git] / backend / templates / base.html
index e71a492..2ca77df 100644 (file)
@@ -8,7 +8,7 @@
     </head>
 
     <body>
-        <div class="header-container"><h1><a href="/">~ RECIPES ~</a></h1></div>
+        <div class="header-container"><h1><a href="/">~~ Recettes de cuisine ~~</a></h1><div><a href="/signinform" >Sign in</a> / <a href="/signup">Sign Up</a></div></div>
         <div class="main-container">
             {% block main_container %}{% endblock %}
         </div>