Sign up form and other stuff

This commit is contained in:
Greg Burri 2022-11-26 12:26:05 +01:00
parent b1ffd1a04a
commit 45d4867cb3
18 changed files with 817 additions and 107 deletions

View 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>