diff --git a/recipes/templates/edit-recipe.html b/recipes/templates/edit-recipe.html new file mode 100644 index 0000000..09bc18e --- /dev/null +++ b/recipes/templates/edit-recipe.html @@ -0,0 +1,10 @@ +{% extends "base_main.html" %} +{% block title %}{{ recipe.title }}{% endblock %} +{% block main %} +
+ +{% endblock %}