X-Git-Url: http://git.ithinksw.org/~kgodey/maayanwich.git/blobdiff_plain/735e53fa41a4911c1464a25ed0f24ac8769b878f..851d4e0ba5381535c55fe4347103aaa53c785606:/templates/allsandwiches.html diff --git a/templates/allsandwiches.html b/templates/allsandwiches.html index 4877263..2a7435c 100644 --- a/templates/allsandwiches.html +++ b/templates/allsandwiches.html @@ -1,18 +1,21 @@ {% extends "base.html" %} {% block content %} -

All Ma'ayanwiches

{% for s in allsandwiches %}

{{ 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 %} {% endfor %} {% endblock %} \ No newline at end of file