X-Git-Url: http://git.ithinksw.org/~kgodey/maayanwich.git/blobdiff_plain/735e53fa41a4911c1464a25ed0f24ac8769b878f..e3934e0c91a921e637c3150a7435f0fb34e2e5e3:/templates/onesandwich.html diff --git a/templates/onesandwich.html b/templates/onesandwich.html index b9bf28b..bc3c013 100644 --- a/templates/onesandwich.html +++ b/templates/onesandwich.html @@ -5,13 +5,17 @@ {% block content %}

{{ s.adjective }}

Made on {{ s.date_made }} and added by {{ s.user.username }}.

- + {% if s.picture %} + + {% endif %}

Ingredients

-

Notes

-

{{ s.notes }}

+ {% if s.notes %} +

Notes

+

{{ s.notes }}

+ {% endif %} {% endblock %} \ No newline at end of file