X-Git-Url: http://git.ithinksw.org/~kgodey/maayanwich.git/blobdiff_plain/df689da172dfd36fe2512833a5c7c07ad5cb6446..851d4e0ba5381535c55fe4347103aaa53c785606:/templates/allsandwiches.html diff --git a/templates/allsandwiches.html b/templates/allsandwiches.html index 24f15b7..2a7435c 100644 --- a/templates/allsandwiches.html +++ b/templates/allsandwiches.html @@ -1,7 +1,6 @@ {% 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 }}.

@@ -14,7 +13,9 @@
  • {{ i.name }} {% endfor %} -

    Notes

    -

    {{ s.notes }}

    + {% if s.notes %} +

    Notes

    +

    {{ s.notes }}

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