Recipe edit (WIP)

This commit is contained in:
Greg Burri 2024-12-21 23:13:06 +01:00
parent fce4eade73
commit c6dfff065c
24 changed files with 1157 additions and 971 deletions

View file

@ -1,7 +1,8 @@
{% extends "base_with_header.html" %}
{% block main_container %}
<div class="content">
<div class="content" id="sign-up">
<h1>Sign up</h1>
@ -23,4 +24,5 @@
</form>
{{ message }}
</div>
{% endblock %}