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
moved media to media folder in app
[~kgodey/maayanwich.git]
/
templates
/
allsandwiches.html
diff --git
a/templates/allsandwiches.html
b/templates/allsandwiches.html
index
4f3a901
..
eaaba21
100644
(file)
--- a/
templates/allsandwiches.html
+++ b/
templates/allsandwiches.html
@@
-1,5
+1,7
@@
{% extends "base.html" %}
+{% block title %}All Sandwiches{% endblock %}
+
{% block content %}
{% for s in allsandwiches %}
<h3 class="sandwichtitle">{{ s.adjective }}</h3>