diff --git a/README.md b/README.md index 89ff00b..0a44538 100644 --- a/README.md +++ b/README.md @@ -19,4 +19,8 @@ 1. after submission the user should get a confirmation, and an order id along with the link to said order page 2. the form should disappear after submission 3. there should be a button to go back to creating a new form +### adding a new cake: +1. user selects the _new cake_ button +2. enters the new details +3. user selects submit \ No newline at end of file diff --git a/public/index.html b/public/index.html index 6d0b8a6..4e28837 100644 --- a/public/index.html +++ b/public/index.html @@ -6,7 +6,6 @@ IROON - @@ -43,12 +42,12 @@ -
+
+
diff --git a/templates/available_cakes.html b/templates/available_cakes.html index 2ee668a..e431830 100644 --- a/templates/available_cakes.html +++ b/templates/available_cakes.html @@ -1,22 +1,24 @@ - + \ No newline at end of file