{% csrf_token %}
Empty My Fridge
Home
Recipes
Browse
Breakfast
Lunch
Dinner
Dessert
Go
My Fridge
{{data.user.name}}
Logout
{{data.user.name}}
About Me
Friends
Friend Requests
My Favorite Recipes
Personal Recipes
Edit Profile
Account Settings
ADD A NEW RECIPE
Title of Recipe
Categories: Separate each category by a comma
Description
Steps
List of Ingredients Needed
List of Respective Measurements Needed (In the same order)
Level of Privacy
Privacy
Public
Friends Only
Private
Add New Recipe
{{data.msg_type}}
{{data.message}}
YOUR CURRENT RECIPES
{%if not my_recipes%}
{{no_rec}}
{%endif%} {% for each in my_recipes %}
{{each.recipe_name}}
{{each.description}}
{%endfor%}
{% if data.message %} {% endif %}