git.ithinksw.org
/
~kgodey
/
maayanwich.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Login view works! Forms have been reshuffled (Django apparently comes with built...
[~kgodey/maayanwich.git]
/
templates
/
allsandwiches.html
diff --git
a/templates/allsandwiches.html
b/templates/allsandwiches.html
index
64f734f
..
102f86c
100644
(file)
--- a/
templates/allsandwiches.html
+++ b/
templates/allsandwiches.html
@@
-6,7
+6,7
@@
{% for s in sandwiches %}
<h3>{{ s.adjective }}</h3>
<p>Made on {{ s.date_made }} and added by {{ s.user.username }}.</p>
- <img src="{{ s.picture }}">
+ <img src="{{ s.picture
.url
}}">
<h5>Ingredients</h5>
<ul>
{% for i in s.ingredients.all %}