diff --git a/recipes/templates/recipe.html b/recipes/templates/recipe.html index 6a932f0..08d20d9 100644 --- a/recipes/templates/recipe.html +++ b/recipes/templates/recipe.html @@ -2,10 +2,8 @@ {% block title %}{{ recipe.title }}{% endblock %} {% block main %}

{{ recipe.title }}

-{% if perms.recipes.add_recipe %}

Edit recipe name

Add version

-{% endif %}