diff --git a/cookbook/templates/recipe_view.html b/cookbook/templates/recipe_view.html index 24e4ba5f5..9f577c94e 100644 --- a/cookbook/templates/recipe_view.html +++ b/cookbook/templates/recipe_view.html @@ -226,7 +226,8 @@ {% endif %} {% if '.jpg' in recipe.file_path or '.png' in recipe.file_path or '.jpeg' in recipe.file_path %}
- + {% trans 'External recipe image' %}
{% endif %}