diff --git a/recipes/templates/recipe.html b/recipes/templates/recipe.html index 2b4de35..a500538 100644 --- a/recipes/templates/recipe.html +++ b/recipes/templates/recipe.html @@ -2,6 +2,9 @@ {% block title %}{{ recipe.title }}{% endblock %} {% block main %}

{{ recipe.title }}

+{% if perms.recipes.add_recipe %} +

Add version

+{% endif %}